Developer Center
Back to Engine.tech
  • Welcome!
  • Top of Funnel Applications
    • Embeddable Calculators
      • Embeddable Personal Loan Calculator
      • Embeddable Debt Consolidation Loan Calculator
      • Embeddable Personal Loan vs Debt Relief Calculator
      • Embeddable Savings Calculator
      • Adding Your Client Tags for Reporting Attribution
  • Loans / Savings / Second Look Marketplace
    • Hosted Integrations
      • Partner Pages / Embeds
        • Loans Partner Pages
          • Frond-End Customization Options
          • Preferred Look Partner Pages
          • Bridge Partner Pages
          • Special Offer Partner Pages
        • Loans Embeds
        • Pre-Populating Existing Customer Data
        • Adding Your Client Tags for Reporting Attribution
      • Mobile SDK
        • Mobile SDK - Prefilling Lead Data
        • Adding Your Client Tags to Reporting for Mobile SDK Integrations
        • Event Handlers for Real-Time Tracking in the Engine Mobile SDK
    • Native API (Build Your Own)
      • Financial Product Verticals
        • Loans
          • Personal Loans
            • Collecting User Information for Personal Loans
            • Displaying Personal Loan Offers
            • API Specifications
            • FAQs
          • Home Equity Line of Credit (HELOC)
            • Displaying Offers HELOC
            • Risk Factors & Requirements
            • Dos & Don’ts for All HELOC Supply Partners
            • Dos & Don’ts for HELOC Native Partners (API)
            • Our Embed/Partner Page Implementation
            • HELOC-specific disclosures
          • Auto Loan Refinancing (ALR)
            • Collecting User Information
            • Displaying Auto Loan Refinance Offers
            • API Specifications
            • FAQs
        • Savings
          • Collection User Information for Savings
          • Displaying Savings Offers
          • Marketplace Display Requirements
          • Reporting
          • API Specifications
        • 2nd Look Marketplace
          • 2nd Look Marketplace (Financial Services Providers)
          • 2nd Look Marketplace (Channel Partners)
            • Collecting User Information for 2LM
            • Displaying 2L Marketplace Offers
      • Adding Your Client Tags to Reporting for Native API Integrations
      • General Compliance Guidelines
        • Consumer Information Fields
          • Additional Compliance Recommendations & Best Practices
        • Disclosures
        • Consents
        • Offer Display Fields
    • Reporting Options for Channel Partners
      • Channel Partner Reporting - Looker
      • Channel Partner Reporting - Analytics API
  • Credit Cards Marketplace
    • Native API (Build Your Own)
      • Getting Started
      • Flow Design
      • Collecting User Information for Credit Cards
      • Displaying Credit Card Offers
      • API Specifications
      • Compliance Guidelines
  • New Marketplaces (Credit Builders, Earned Wage Access, Debt Relief)
    • Hosted Integrations
      • New Marketplaces Embeds
      • Adding Your Client Tags for Reporting Attribution
  • References
    • Brand Guidelines and Assets
    • Appendix
      • Appendix A - Notices
      • Appendix B - Disclosures
      • Appendix C - Consents
      • Appendix D: API Field to Offer Card Mappings
      • Appendix E: Appending Client Tags for Partner Page and Embed Integrations
Powered by GitBook
On this page
  • Required Fields for Display
  • Offer Display Logic

Was this helpful?

  1. Loans / Savings / Second Look Marketplace
  2. Native API (Build Your Own)
  3. Financial Product Verticals
  4. Savings

Displaying Savings Offers

Engine by MoneyLion’s Marketplace returns 2 offers types at this time:

  • Savings Accounts

  • Money Market Accounts

  • Certificates of Deposit

Required Fields for Display

Engine by MoneyLion’s Financial Services partners require partners building a Native API integration to display a basic set of information associated with their offers. Here are the required fields to display:

Field Description

API Field Name

Example Response

Notes

Bank Brand Name

partner.name

Citi Bank

FDIC, NCUA status

details.federalInsuranceType

fdic or ncua or null

Product Name

details.name

360 Performance Savings

Bank Logo

partner.imageUrl

https://s3.amazonaws.com/images.engine.tech/logos/prod/lt_-_enablement_api-v2isl9ak.png

APY

details.annualPercentYield

1.50

String ‘Annual Percentage Yield’ (can’t shorten to APY) must be displayed and number must be shown as a percentage with up to 2 decimal places

Monthly Fee Amount

details.monthlyFee

0

Dollar value to be accompanied by the string ‘Monthly fee’

Min Balance to Earn APY

details.minimumDeposit

2500

Dollar value to be accompanied by the string ‘Min balance to earn APY’

Marketing Details

details.description

<ul>\n<li>Lorem</li>\n<li>impsum</li></ul>

HTML formatted bulleted list of account attributes that are returned by the Financial Institutions.

As of Date

details.effectiveAsOf

2022-08-26T13:14:41.396113Z

Must be posted on each card

Here is an example of how an savings card is represented on Engine by MoneyLion’s owned experiences:

Offer Display Logic

Engine by MoneyLion recommends displaying the offers to the user in the order that they are returned by the API. The offers are displayed in the highest payout from the Financial Services provider, so when the user clicks on the first offer, you’ll receive the highest possible payouts from Engine by MoneyLion..

IMPORTANT

Do Not Cache Savings Offers Or Rate Tables

Financial Institutions for Savings do not allow for caching of offers or rate tables for consumers. You must re-poll the rateTables API endpoint each time you display offers to your consumers.

In the event that Engine by MoneyLion detects that an offer has been cached by your system, the user will be sent to an Engine by MoneyLion domain and you will not be compensated for that click.

If you are unable to fix this problem in a timely manner, we reserve the right to turn off the API access for your account.

PreviousCollection User Information for SavingsNextMarketplace Display Requirements

Last updated 2 months ago

Was this helpful?