# Displaying 2L Marketplace Offers

This section of the guide is divided into two parts:

* **Required Fields for Display:** This covers all of the fields partners building a Native API integration will need to display from Engine's offer responses
* **Compliance:** This covers the various consents, disclosures and guidance required to receive approval from the Engine Compliance team and Financial Services partners

## Required Fields for Display

### Special Offer Responses

Engine’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:

* Partner Logo
* Offer Name
* Offer Description
* Offer Disclaimer (may or may not be present - if present, it *must* be displayed in the UI)
* Product Sub Type
* CTA (as `url` in the response)

2nd Look Marketplace offers are returned in the `specialOffers` array in the offer response.&#x20;

Similar to 1st Look (loan) offers, 2nd Look Marketplace offers may take time to resolve, if so, they will be present in `pendingResponses` before ultimately resolving.&#x20;

Here’s an example of an individual offer after resolving:&#x20;

```json
{
    "uuid": "1f7a2465-f5ae-4789-9f85-6d0ff135622f",
    "name": "Get 0% APR cash advances up to $500",    
    "desc": "Unplanned expenses? Use a cash advance from Partner Test..",
    "disclaimer": "These products are subject to stipulations...",
    "url": "https://offers.engine.tech/ref/db7c6f9e-505b-40af-af23-6e241af3e826",
    "partnerName": "Partner Test",
    "partnerImageUrl": "https://s3.amazonaws.com/images.engine.tech/logos/prod/partner",
    "recommendationScore": 264,
    "payout": 2.64,
    "productSubType": "credit_builder"
}
```

### Product Sub Type - Possible Values

Here is a list of possible values (as of 7/16/2025) for `productSubType` in a `specialOffers` response object, each with a suggested mapping to its plain English text representation:

* auto\_insurance ⇒ Auto Insurance
* buy\_now\_pay\_later ⇒ Buy Now, Pay Later
* cash\_advance ⇒ Cash Advance
* cash\_advance\_moneylion ⇒ Cash Advance
* credit\_builder ⇒ Credit Builder
* credit\_card ⇒ Credit Card
* credit\_card\_more\_offers ⇒ Credit Card
* credit\_repair⇒> Credit Repair
* debt\_relief ⇒ Debt Relief
* direct\_affiliate ⇒ Direct Affiliate
* education\_offers ⇒ Education Offers
* employment\_opportunity ⇒ Employment Opportunity
* financial\_wellness ⇒ Financial Wellness
* games ⇒ Games
* home\_equity\_agreements
* installment\_loans ⇒ Installment Loans
* installment\_loan\_more\_offers ⇒ Installment Loans
* overdraft\_protection ⇒ Overdraft Protection
* renters\_insurance ⇒ Renters' Insurance
* revenue\_based\_financing ⇒ Revenue Based Financing

### Mapping API Fields to Offer Card

Please see [Appendix D](https://even-financial.gitbook.io/developer-center/references/appendix/appendix-d-api-field-to-offer-card-mappings) for guidance on mapping API response fields to an offer card for the following products:

When a disclaimer is not present, Engine does not display the "Disclaimers" field:

<figure><img src="https://documents.lucid.app/documents/a3c2c51d-bb0a-432a-90b7-cd6795ec0594/pages/V4kTr1RAAtgW?a=3145&#x26;x=1425&#x26;y=1688&#x26;w=1648&#x26;h=260&#x26;store=1&#x26;accept=image%2F*&#x26;auth=LCA%201f5650f515b7a1f898f2b0b5fbc8d66222e6cd4881542fd9abb87045d6cab9e3-ts%3D1720722660" alt=""><figcaption><p>2nd Look Offer without the "Disclaimers" field</p></figcaption></figure>

The below language must be displayed on the offers page, regardless of whether or not offers were available for the user:

* *“If you did not receive an offer from a specific Lending Partner, they may not have been able to determine whether you qualified for a personal loan based on the information you provided. No credit decision has been made. You may still qualify for a personal loan from our partners.”*

[Sample Fiona 2nd Look Offer Table](https://fiona.com/network/fiona/cnf-loans/compare/ad9f65f0-15ad-4826-92ae-9c9e8905ebed)

<figure><img src="https://3849802388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MeMvVDbjd8vJWZ9Hwf0%2Fuploads%2FtWyzjyQrEyhGOmgTafwR%2Fimage.png?alt=media&#x26;token=ab7fab4e-0f55-4385-ac47-71d7614123e3" alt=""><figcaption><p>Screenshot of Fiona 2nd Look Offer Table</p></figcaption></figure>

## Compliance

In order to receive approval from the Engine by MoneyLion Compliance team and Financial Services partners, partners building a Native API integration must include certain disclosures on the offer display page.&#x20;

Please see our [Compliance Guidelines](https://even-financial.gitbook.io/developer-center/native-api-integrations/savings/compliance) for more information.

### General Disclosures

Partners building a Native API integration must include the Advertiser Disclosure, Representative Example & APR Disclosure, and Other Disclosure on the offer display page, using the same guidance as provided in the previous section.

The below language must be displayed on the offers page, regardless of whether offers are available for the user:

* *“If you did not receive an offer from a specific Lending Partner, they may not have been able to determine whether you qualified for a personal loan based on the information you provided. No credit decision has been made. You may still qualify for a personal loan from our partners.”*

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://even-financial.gitbook.io/developer-center/native-api-integrations/2nd-look-marketplace/channel-partners/displaying-offers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
