# Credit Cards Marketplace

Welcome to Engine by MoneyLion’s Credit Cards Marketplace API Integration Guide. This document provides all the necessary information for integrating with Engine’s platform, allowing you to search and match users with credit card offers from various partners.

**Key Capabilities**

* Retrieve credit card offers dynamically.
* Support both Invitation to Apply (ITA) and Personalized offers.
  * **Invitation to Apply (ITA) Offers** - ITA offers are credit card offers that are available to all users without any preliminary review of their creditworthiness. These offers do not require the submission of Personally Identifiable Information (PII) and can be retrieved via our API without any additional user data. These offers provide broad availability as self-selected offers, but do not guarantee a higher likelihood of approval for users and require click-through and applications on the issuer side to determine eligibility.
  * **Personalized Offers** - Personalized offers use a user's PII to determine their creditworthiness (soft credit checks, risk evaluations, etc), helping determine their likelihood of approval before they apply. Based on this assessment, users may receive Pre-Approved (excellent chance), Pre-Qualified (good chance), or Pre-Selected (moderate chance) offers. These offers provide a more personalized experience, increasing the likelihood of successful applications.
* Enable a seamless, compliant, and user-friendly experience.

This guide covers API authentication, request/response structures, and best practices for integrating with Engine’s platform.

{% content-ref url="credit-cards-marketplace/getting-started" %}
[getting-started](https://even-financial.gitbook.io/developer-center/native-api-integrations/credit-cards-marketplace/getting-started)
{% endcontent-ref %}

{% content-ref url="credit-cards-marketplace/flow-design" %}
[flow-design](https://even-financial.gitbook.io/developer-center/native-api-integrations/credit-cards-marketplace/flow-design)
{% endcontent-ref %}

{% content-ref url="credit-cards-marketplace/collecting-user-information-for-credit-cards" %}
[collecting-user-information-for-credit-cards](https://even-financial.gitbook.io/developer-center/native-api-integrations/credit-cards-marketplace/collecting-user-information-for-credit-cards)
{% endcontent-ref %}

{% content-ref url="credit-cards-marketplace/displaying-credit-card-offers" %}
[displaying-credit-card-offers](https://even-financial.gitbook.io/developer-center/native-api-integrations/credit-cards-marketplace/displaying-credit-card-offers)
{% endcontent-ref %}

{% content-ref url="credit-cards-marketplace/api-specifications" %}
[api-specifications](https://even-financial.gitbook.io/developer-center/native-api-integrations/credit-cards-marketplace/api-specifications)
{% endcontent-ref %}

{% content-ref url="credit-cards-marketplace/compliance-guidelines" %}
[compliance-guidelines](https://even-financial.gitbook.io/developer-center/native-api-integrations/credit-cards-marketplace/compliance-guidelines)
{% endcontent-ref %}


---

# 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/credit-cards-marketplace.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.
