Engine by MoneyLion API

RESTful API to search, compare and recommend financial products — submit a lead and receive a rate table of personalized loan, credit card and savings offers, preview offers, request approval probability reports, and pull channel-partner analytics.

OpenAPI Specification

even-financial-openapi-original.json Raw ↑
{
  "openapi": "3.0.3",
  "info": {
    "title": "Engine by MoneyLion API",
    "version": "1.106.0",
    "termsOfService": "https://engine.tech/about/legal#terms",
    "contact": {
      "name": "API Support",
      "url": "https://engine.tech/docs",
      "email": "help@engine.tech"
    }
  },
  "externalDocs": {
    "description": "Engine by MoneyLion API Reference",
    "url": "https://engine.tech/docs/api-reference/"
  },
  "servers": [
    {
      "url": "https://api.engine.tech"
    }
  ],
  "components": {
    "securitySchemes": {
      "publishableBearerToken": {
        "type": "http",
        "scheme": "bearer",
        "description": "A bearer token that is assumed to be published in application code and downloaded to a user's device. As a result, it only has restricted access to the API.\n"
      },
      "confidentialBearerToken": {
        "type": "http",
        "scheme": "bearer",
        "description": "A bearer token that is assumed to be managed like a password or any other confidential secret. As a result, it has access to sensitive API endpoints.\n"
      },
      "experimentalBearerToken": {
        "type": "http",
        "scheme": "bearer",
        "description": "A bearer token that is used to access experimental endpoints that are not yet available for all partners. It may be treated the same as a `publishableBearerToken`.\n"
      }
    },
    "examples": {
      "DuplicateLead": {
        "summary": "Invalid lead reference",
        "value": [
          {
            "message": "Lead  duplicates an existing lead"
          }
        ]
      },
      "FeaturedFinancialInstitutions": {
        "summary": "Featured financial institutions",
        "value": [
          {
            "uuid": "32bd2f7c-79fd-5c54-bcb5-3a46454a465c",
            "name": "Alpha, Inc.",
            "logoUrl": "https://aff-tag.evenfinancial.com/images/alpha/Alpha_120x80.png"
          },
          {
            "uuid": "91d08be0-2a8c-4d28-b399-7e1b38e2522e",
            "name": "Beta, Inc.",
            "logoUrl": "https://aff-tag.evenfinancial.com/images/beta/Beta_120x80.png"
          }
        ]
      },
      "InvalidRateTableReference": {
        "summary": "Invalid lead reference",
        "value": [
          {
            "message": "Lead UUID is invalid"
          }
        ]
      },
      "InvalidSsn": {
        "summary": "Invalid SSN specified on lead",
        "value": [
          {
            "message": "Invalid fields present: 123 is not a valid ssn"
          }
        ]
      },
      "InvalidUuidPathParameter": {
        "summary": "Invalid UUID in path parameter",
        "value": [
          {
            "message": "Bad request.",
            "details": "Cannot parse parameter uuid as UUID: Invalid UUID string: 123"
          }
        ]
      },
      "LeadClientTagResponse": {
        "summary": "Lead client tags",
        "value": {
          "nextUrl": "https://api.engine.tech/supplyAnalytics/leadClientTags?paginationToken=gFqksQ5bGTVFoEbYs15RK9Y4JnMyjaA2qdH9kfkMQCWnKLL5BKxcyZUbXVQszy3fr8CjLvAYfnGpBfais9g",
          "shouldContinuePolling": true,
          "paginationToken": "gFqksQ5bGTVFoEbYs15RK9Y4JnMyjaA2qdH9kfkMQCWnKLL5BKxcyZUbXVQszy3fr8CjLvAYfnGpBfais9g",
          "data": [
            {
              "id": "e63aff4b-eea7-4f98-926c-15a15fc76ed3",
              "leadUuid": "a67b2027-29b2-43aa-a06f-2b60deaf3f2b",
              "key": "subId",
              "value": "425352",
              "createdAt": "2021-01-05T14:00:00Z",
              "paginationTimestamp": "2021-01-05T14:07:00Z"
            }
          ]
        }
      },
      "LeadPayoutResponse": {
        "summary": "Lead payout",
        "value": {
          "nextUrl": "https://api.engine.tech/supplyAnalytics/leadPayouts?paginationToken=gFqksQ5bGTVFoEbYs15RK9Y4JnMyjaA2qdH9kfkMQCWnKLL5BKxcyZUbXVQszy3fr8CjLvAYfnGpBfais9g",
          "shouldContinuePolling": false,
          "paginationToken": "gFqksQ5bGTVFoEbYs15RK9Y4JnMyjaA2qdH9kfkMQCWnKLL5BKxcyZUbXVQszy3fr8CjLvAYfnGpBfais9g",
          "data": [
            {
              "leadUuid": "dda9f837-2560-4b42-bc85-f6edd047a4d5",
              "bookedAt": "2021-01-01T00:00:00Z",
              "payoutInCents": 20000,
              "paginationTimestamp": "2021-01-01T00:07:00Z"
            },
            {
              "leadUuid": "a61d7cc3-3ad8-45b9-ba35-6572789203b3",
              "bookedAt": "2021-01-02T00:00:00Z",
              "payoutInCents": 10000,
              "paginationTimestamp": "2021-01-02T00:07:00Z"
            }
          ]
        }
      },
      "LoanApprovalProbabilityCreateData": {
        "summary": "Loan approval probability create data",
        "value": {
          "annualIncome": 75000,
          "creditRating": "excellent",
          "totalDebt": 10000,
          "countOfDerogatories": 0,
          "state": "NY",
          "loanPurpose": "debt_consolidation",
          "loanAmount": 10000
        }
      },
      "LoanApprovalProbabilityReport": {
        "summary": "Loan approval probability report",
        "value": {
          "annualIncome": 75000,
          "creditRating": "excellent",
          "totalDebt": 10000,
          "countOfDerogatories": 0,
          "state": "NY",
          "loanPurpose": "debt_consolidation",
          "loanAmount": 10000,
          "networkProbabilities": [
            {
              "probability": 79.67534,
              "aprLow": 12.76,
              "aprHigh": 19.85
            }
          ],
          "financialInsitutions": [
            {
              "uuid": "005b235e-9388-5e96-9d43-d1b6fd587652",
              "name": "Alpha, Inc.",
              "logoUrl": "https://aff-tag.evenfinancial.com/images/alpha/Alpha_120x80.png",
              "probabilities": [
                {
                  "probability": 49.945,
                  "aprLow": 15.25,
                  "aprHigh": 19.85
                }
              ]
            },
            {
              "uuid": "c5e7db20-81a4-4fe4-9100-fb8b3ae84f02",
              "name": "Beta Inc.",
              "logoUrl": "https://aff-tag.evenfinancial.com/images/beta/Beta_120x80.png",
              "probabilities": [
                {
                  "probability": 84.5421,
                  "aprLow": 12.76,
                  "aprHigh": 18.85
                }
              ]
            }
          ]
        }
      },
      "LoanLead": {
        "summary": "Loan lead",
        "value": {
          "uuid": "7c48037d-3dfa-5bff-9e0e-bcd3dda80f96",
          "companyUUID": "5c3b5da2-ce2e-5686-8df9-73c00c4cfd6b",
          "leadProviderName": "Platinum Personal Finance",
          "productTypes": [
            "loan"
          ],
          "personalInformation": {
            "firstName": "John",
            "lastName": "Doe",
            "email": "john@example.com",
            "city": "New York",
            "state": "NY",
            "primaryPhone": "2125556789",
            "address1": "175 5th Ave",
            "zipcode": "10010",
            "monthsAtAddress": 72,
            "activeMilitary": false,
            "militaryVeteran": false,
            "dateOfBirth": "1993-10-09",
            "ssn": "111-22-3333"
          },
          "personalReferenceInformation": {},
          "loanInformation": {
            "purpose": "debt_consolidation",
            "loanAmount": 10000
          },
          "mortgageInformation": {
            "propertyStatus": "own_with_mortgage"
          },
          "creditCardInformation": {},
          "savingsInformation": {},
          "creditInformation": {
            "providedCreditRating": "good"
          },
          "financialInformation": {
            "employmentStatus": "employed",
            "employmentPayFrequency": "biweekly",
            "annualIncome": 80000
          },
          "employmentInformation": {},
          "legalInformation": {
            "consentsToFcra": true,
            "consentsToTcpa": true,
            "consentsToSms": false,
            "tcpaLanguage": "I agree to be contacted by Engine by MoneyLion and its partners...",
            "fcraLanguage": "By checking this box/clicking 'agree' I hereby consent..."
          },
          "educationInformation": {
            "educationLevel": "bachelors"
          },
          "coApplicantInformation": {},
          "healthInformation": {},
          "lifeInsuranceInformation": {},
          "refinanceLoans": [],
          "identificationInformation": {},
          "vehicleInformation": {},
          "clientTags": {
            "transid": [
              "fk912234"
            ],
            "subid": [
              "ag67125"
            ]
          },
          "sessionInformation": {
            "ipAddress": "8.8.8.8"
          },
          "isTest": false,
          "sessionUuid": "c363ec58-c5f0-54ff-b8f7-0f5f630213d9",
          "status": "initialized",
          "createdAt": "05/01/2021 20:00:00.000",
          "updatedAt": "05/01/2021 20:00:00.000"
        }
      },
      "LoanLeadCreateData": {
        "summary": "Loan lead create data",
        "value": {
          "productTypes": [
            "loan"
          ],
          "personalInformation": {
            "firstName": "John",
            "lastName": "Doe",
            "email": "john@example.com",
            "city": "New York",
            "state": "NY",
            "primaryPhone": "2125556789",
            "address1": "175 5th Ave",
            "zipcode": "10010",
            "monthsAtAddress": 72,
            "activeMilitary": false,
            "militaryVeteran": false,
            "dateOfBirth": "1993-10-09",
            "ssn": "111-22-3333"
          },
          "personalReferenceInformation": {},
          "loanInformation": {
            "purpose": "debt_consolidation",
            "loanAmount": 10000
          },
          "mortgageInformation": {
            "propertyStatus": "own_with_mortgage"
          },
          "creditCardInformation": {},
          "savingsInformation": {},
          "creditInformation": {
            "providedCreditRating": "good"
          },
          "financialInformation": {
            "employmentStatus": "employed",
            "employmentPayFrequency": "biweekly",
            "annualIncome": 80000
          },
          "employmentInformation": {},
          "legalInformation": {
            "consentsToFcra": true,
            "consentsToTcpa": true,
            "consentsToSms": false,
            "fcraLanguage": "By checking this box/clicking 'agree' I hereby consent to the 'E-Sign Agreement', the 'Credit Authorization Agreement', the Terms of Service and Privacy Policy, and I am providing written consent under the Fair Credit Reporting Act (FCRA) for [Engine by MoneyLion and/or Insert Company Name], its partners and financial institutions to obtain consumer report information from my credit profile. I request that my information be provided to their partners, lenders, and financial services partners to provide me with financial recommendations, which may also include debt relief, credit repair, credit monitoring or other related services",
            "tcpaLanguage": "I agree to be contacted by [Engine by MoneyLion and/or Insert Company Name] its partners and their affiliated companies and financial institutions via email, postal mail service and/or at the telephone number(s) I have provided above to explore various financial products and services I inquired about, including contact through automatic dialing systems, artificial or pre-recorded voice messaging, or text message. Consent is not required as a condition to utilize the service, and you may choose to be contacted by an individual customer care representative(s) by calling XXXXX or emailing XXXX"
          },
          "educationInformation": {
            "educationLevel": "bachelors"
          },
          "coApplicantInformation": {},
          "healthInformation": {},
          "lifeInsuranceInformation": {},
          "refinanceLoans": [],
          "identificationInformation": {},
          "clientTags": {
            "transid": [
              "fk912234"
            ],
            "subid": [
              "ag67125"
            ]
          },
          "isTest": false,
          "sessionUuid": "c363ec58-c5f0-54ff-b8f7-0f5f630213d9"
        }
      },
      "LoanRateTable": {
        "summary": "Loan rate table with a pending response",
        "value": {
          "uuid": "b9b212a8-b284-5986-813e-a8d8e87c1863",
          "leadUuid": "144bd0ea-b9c6-52d5-a7ef-dccb223d060d",
          "loanAmount": 10000,
          "partnerPageUrl": "https://consumer.fiona.com/partner/channel/loan/application?results=b9b212a8-b284-5986-813e-a8d8e87c1863&step=results",
          "embedUrl": "https://embed.evenfinancial.com/ui/multi-product/index.html?partner=channel&access_token=c76e2145-d37d-5e39-9199-2c2d8f0830ab&company_uuid=7c552546-c8d5-5740-8514-f7d77f387236&step=results&results=b9b212a8-b284-5986-813e-a8d8e87c1863&available_products=loan&productType=loan",
          "loanOffers": [
            {
              "uuid": "e1c401fd-198c-53df-b5e7-f84f5dbd8c1a",
              "minAmount": null,
              "maxFeeRate": null,
              "maxFeeFixed": 526,
              "prepaymentFee": null,
              "payout": 10,
              "minMonthlyPayment": null,
              "originator": {
                "key": "alpha",
                "name": "Alpha, Inc.",
                "description": "Consequatur est dolorum fugit. Dicta dolorem autem perspiciatis et.",
                "images": [
                  {
                    "sizeKey": "120x40",
                    "url": "https://aff-tag.evenfinancial.com/images/alpha/Alpha_120x80.png"
                  }
                ],
                "disclaimer": "Et deserunt ut temporibus quia. Sed suscipit ad nostrum dolorem qui a.",
                "companyUuid": "1088017a-2ed9-5328-b03d-8351a6e58f7e",
                "financialInstitutionUuid": "32bd2f7c-79fd-5c54-bcb5-3a46454a465c"
              },
              "minApr": null,
              "feeRate": null,
              "productSubType": "personal_loan",
              "aprDescription": "Fixed APR",
              "minFeeRate": null,
              "maxApr": 29.99,
              "conversionProbability": 0.13022707252777743,
              "monthlyPayment": 296.06,
              "terms": null,
              "recommendationScore": 1330,
              "productSubTypeDisclaimer": null,
              "monthlyPaymentDescription": "Est. Monthly Payment",
              "maxMonthlyPayment": 296.06,
              "originatorId": "59e39e01-afae-5a54-8690-24eb4f6dd025",
              "maxAmount": 7500,
              "allowPrepayment": false,
              "termUnit": "month",
              "productType": "loan",
              "coApplicant": false,
              "preQualified": true,
              "displayTermUnit": null,
              "sponsored": false,
              "url": "https://offers.evenfinancial.com/ref/978bbfa4-a076-5538-b199-933b16374114",
              "meanApr": 29.99,
              "minFeeFixed": null,
              "aprType": "fixed",
              "termLength": 36,
              "meanTotalPayment": 10658.16,
              "preApproved": true,
              "termDescription": "Term of Loan",
              "minTotalPayment": null,
              "maxTotalPayment": 10658.16,
              "feeFixed": 525,
              "secured": false,
              "meanMonthlyPayment": 296.06
            },
            {
              "uuid": "11f3b40a-4be4-5ed4-b248-52df976d6209",
              "minAmount": null,
              "maxFeeRate": null,
              "maxFeeFixed": 0,
              "prepaymentFee": null,
              "payout": 10,
              "minMonthlyPayment": null,
              "originator": {
                "key": "beta",
                "name": "Beta Inc.",
                "description": "Voluptas quas aspernatur aut nihil rerum. Voluptatibus laboriosam amet porro veniam ut.",
                "images": [
                  {
                    "sizeKey": "120x40",
                    "url": "https://aff-tag.evenfinancial.com/images/beta/Beta_120x80.png"
                  }
                ],
                "disclaimer": "Est delectus et rem consequatur magni. Molestiae asperiores sit debitis et id corporis.",
                "companyUuid": "f9605e88-3992-59da-b1a4-77c71cf2dd12",
                "financialInstitutionUuid": "91d08be0-2a8c-4d28-b399-7e1b38e2522e"
              },
              "minApr": null,
              "feeRate": null,
              "productSubType": "personal_loan",
              "aprDescription": "Fixed APR",
              "minFeeRate": null,
              "maxApr": 64.79,
              "conversionProbability": 0.07311888039112091,
              "monthlyPayment": 414.59,
              "terms": null,
              "recommendationScore": 1000,
              "productSubTypeDisclaimer": null,
              "monthlyPaymentDescription": "Est. Monthly Payment",
              "maxMonthlyPayment": 414.59,
              "originatorId": "netcredit",
              "maxAmount": 7100,
              "allowPrepayment": false,
              "termUnit": "month",
              "productType": "loan",
              "coApplicant": false,
              "preQualified": true,
              "displayTermUnit": null,
              "sponsored": false,
              "url": "https://offers.evenfinancial.com/ref/689ff123-9a90-5997-8450-c57889b44bd9",
              "meanApr": 64.79,
              "minFeeFixed": null,
              "aprType": "fixed",
              "termLength": 48,
              "meanTotalPayment": 19900.32,
              "preApproved": true,
              "termDescription": "Term of Loan",
              "minTotalPayment": null,
              "maxTotalPayment": 19900.32,
              "feeFixed": 0,
              "secured": false,
              "meanMonthlyPayment": 414.59
            }
          ],
          "mortgageOffers": [],
          "savingsOffers": [],
          "specialOffers": [],
          "creditCardOffers": [],
          "pendingResponses": [],
          "pendingOriginators": []
        }
      },
      "MissingTimestamp": {
        "summary": "Timestamp missing or malformed",
        "value": [
          {
            "attribute": "timestamp",
            "type": "missing",
            "message": "timestamp must be specified"
          }
        ]
      },
      "PreviewCreditCardOffers": {
        "summary": "Preview credit card offers",
        "value": [
          {
            "uuid": "4ac18f1c-2e85-5e74-8df7-54ca2f47ca27",
            "productType": "credit_card",
            "productSubType": "credit_card",
            "partner": {
              "uuid": "005b235e-9388-5e96-9d43-d1b6fd587652",
              "name": "Alpha, Inc.",
              "description": "Consequatur est dolorum fugit. Dicta dolorem autem perspiciatis et.",
              "disclaimer": "Et deserunt ut temporibus quia. Sed suscipit ad nostrum dolorem qui a.",
              "supportsPersonalizedOffers": false,
              "supportsPreSelect": true,
              "shouldDisplayPreSelect": false,
              "imageUrl": "https://aff-tag.evenfinancial.com/images/alpha/Alpha_120x80.png",
              "subtextOverride": "Alpha"
            },
            "url": "https://offers.evenfinancial.com/partner/ref/00adef6c-9fea-5910-99de-5cfb52979243/4ac18f1c-2e85-5e74-8df7-54ca2f47ca27",
            "recommendationScore": 0.7,
            "details": {
              "cardName": "Alpha Credit Card",
              "cardImageUrl": "https://assets.evenfinancial.com/requested/889123/Alpha%20Credit%20Card%20Art.png",
              "cardPurposes": [
                "improve_credit",
                "new_to_credit"
              ],
              "ratesUrl": "https://www.example.com/cardmember_agreement",
              "maxPurchaseApr": 25.99,
              "minPurchaseApr": 25.99,
              "purchaseAprText": "APR varies based on creditworthiness",
              "purchaseAprDisclaimer": "APR may change",
              "maxPurchaseIntroApr": 0,
              "minPurchaseIntroApr": 0,
              "purchaseIntroAprTerm": 12,
              "purchaseIntroAprTermUnit": "month",
              "purchaseIntroAprText": "0% intro APR for 12 months",
              "maxCashAdvanceApr": 26.99,
              "minCashAdvanceApr": 26.99,
              "cashAdvanceAprText": "Cash advance APR is fixed",
              "maxBalanceTransferApr": 25.99,
              "minBalanceTransferApr": 25.99,
              "balanceTransferAprText": "Balance transfer APR is fixed",
              "maxBalanceTransferIntroApr": 0,
              "minBalanceTransferIntroApr": 0,
              "balanceTransferIntroAprTerm": 12,
              "balanceTransferIntroAprTermUnit": "month",
              "balanceTransferIntroAprText": "0% intro APR on balance transfers for 12 months",
              "balanceTransferFee": 5,
              "balanceTransferFeeDisclaimer": "Balance transfer fee applies",
              "maxAnnualFee": 39,
              "minAnnualFee": 39,
              "annualFeeDisclaimer": "Annual fee may vary",
              "annualIntroFee": 0,
              "annualIntroFeeTerm": 1,
              "introOfferAmount": 200,
              "introOfferText": "Earn $200 bonus after spending $500",
              "introOfferType": "cash_back",
              "details": [
                "No deposit required",
                "No penalty APR"
              ],
              "cardType": "visa",
              "aprType": "variable",
              "recommendedCreditRatings": [
                "limited",
                "poor",
                "fair",
                "good"
              ],
              "recommendedCreditRatingsDisclaimer": "Credit ratings are for guidance only",
              "preQualified": false,
              "preApproved": false,
              "preSelected": false,
              "rewardsDescription": "Earn unlimited 1.5% cash back on all purchases",
              "rewardsDisclaimer": "Rewards may change",
              "minDepositAmount": 200,
              "minDepositDisclaimer": "Minimum deposit required for secured card",
              "badges": [
                "No Annual Fee",
                "Cash Back Rewards"
              ]
            }
          }
        ]
      },
      "PendingLoanRateTable": {
        "summary": "Loan rate table with a pending response",
        "value": {
          "uuid": "b9b212a8-b284-5986-813e-a8d8e87c1863",
          "leadUuid": "144bd0ea-b9c6-52d5-a7ef-dccb223d060d",
          "loanAmount": 10000,
          "loanOffers": [
            {
              "uuid": "e1c401fd-198c-53df-b5e7-f84f5dbd8c1a",
              "minAmount": null,
              "maxFeeRate": null,
              "maxFeeFixed": 526,
              "prepaymentFee": null,
              "payout": 10,
              "minMonthlyPayment": null,
              "originator": {
                "key": "alpha",
                "name": "Alpha, Inc.",
                "description": "Consequatur est dolorum fugit. Dicta dolorem autem perspiciatis et.",
                "images": [
                  {
                    "sizeKey": "120x40",
                    "url": "https://aff-tag.evenfinancial.com/images/alpha/Alpha_120x80.png"
                  }
                ],
                "disclaimer": "Et deserunt ut temporibus quia. Sed suscipit ad nostrum dolorem qui a.",
                "companyUuid": "1088017a-2ed9-5328-b03d-8351a6e58f7e",
                "financialInstitutionUuid": "32bd2f7c-79fd-5c54-bcb5-3a46454a465c"
              },
              "minApr": null,
              "feeRate": null,
              "productSubType": "personal_loan",
              "aprDescription": "Fixed APR",
              "minFeeRate": null,
              "maxApr": 29.99,
              "conversionProbability": 0.13022707252777743,
              "monthlyPayment": 296.06,
              "terms": null,
              "recommendationScore": 1330,
              "productSubTypeDisclaimer": null,
              "monthlyPaymentDescription": "Est. Monthly Payment",
              "maxMonthlyPayment": 296.06,
              "originatorId": "59e39e01-afae-5a54-8690-24eb4f6dd025",
              "maxAmount": 7500,
              "allowPrepayment": false,
              "termUnit": "month",
              "productType": "loan",
              "coApplicant": false,
              "preQualified": true,
              "displayTermUnit": null,
              "sponsored": false,
              "url": "https://offers.evenfinancial.com/ref/978bbfa4-a076-5538-b199-933b16374114",
              "meanApr": 29.99,
              "minFeeFixed": null,
              "aprType": "fixed",
              "termLength": 36,
              "meanTotalPayment": 10658.16,
              "preApproved": true,
              "termDescription": "Term of Loan",
              "minTotalPayment": null,
              "maxTotalPayment": 10658.16,
              "feeFixed": 525,
              "secured": false,
              "meanMonthlyPayment": 296.06
            }
          ],
          "mortgageOffers": [],
          "savingsOffers": [],
          "specialOffers": [],
          "creditCardOffers": [],
          "pendingResponses": [
            {
              "partner": {
                "uuid": "91d08be0-2a8c-4d28-b399-7e1b38e2522e",
                "name": "Beta Inc.",
                "description": "Voluptas quas aspernatur aut nihil rerum. Voluptatibus laboriosam amet porro veniam ut.",
                "disclaimer": "Est delectus et rem consequatur magni. Molestiae asperiores sit debitis et id corporis.",
                "imageUrl": "https://aff-tag.evenfinancial.com/images/beta/Beta_120x80.png"
              },
              "productTypes": [
                "loan"
              ]
            }
          ],
          "pendingOriginators": [
            {
              "key": "beta",
              "name": "Beta Inc.",
              "description": "Voluptas quas aspernatur aut nihil rerum. Voluptatibus laboriosam amet porro veniam ut.",
              "images": [
                {
                  "sizeKey": "120x40",
                  "url": "https://aff-tag.evenfinancial.com/images/beta/Beta_120x80.png"
                }
              ],
              "disclaimer": "Est delectus et rem consequatur magni. Molestiae asperiores sit debitis et id corporis.",
              "companyUuid": "f9605e88-3992-59da-b1a4-77c71cf2dd12",
              "financialInstitutionUuid": "91d08be0-2a8c-4d28-b399-7e1b38e2522e"
            }
          ]
        }
      },
      "PrefillResponse": {
        "summary": "Prefill Response",
        "value": {
          "productTypes": [
            "loan"
          ],
          "prefillToken": "d9b212a8-b284-5986-813e-a8d8e87c1863",
          "expiresInSeconds": 180,
          "maxUses": 1,
          "partnerPageUrl": "https://www.moneylion.com/network/meratas/loans/search/loan-purpose?tag.partnerKey=meratas-pp-loans&prefillToken=e9c6b1a2-4f8d-4d2c-b9e6-91f2a6d8b0a4",
          "embedSnippet": "<script async src=\"https://www.moneylion.dev/network/fagner/offer-carousel/web-component/offer-carousel/index.js\" data-embed-type=\"auto-mount\" data-cnf-layout-variant=\"native-layout\" data-title=\"Offer Carousel\" data-prefill-token=\"e9c6b1a2-4f8d-4d2c-b9e6-91f2a6d8b0a4\" data-display-layout=\"carousel\"> </script>"
        }
      },
      "PreviewLoanOffers": {
        "summary": "Preview loan offers",
        "value": [
          {
            "uuid": "43292949-76eb-413e-9b0e-a332ae6e8ee3",
            "productType": "loan",
            "productSubType": "personal_loan",
            "originator": {
              "key": "alpha",
              "name": "Alpha, Inc.",
              "description": "Consequatur est dolorum fugit. Dicta dolorem autem perspiciatis et.",
              "images": [
                {
                  "sizeKey": "120x40",
                  "url": "https://aff-tag.evenfinancial.com/images/alpha/Alpha_120x80.png"
                }
              ],
              "disclaimer": "Et deserunt ut temporibus quia. Sed suscipit ad nostrum dolorem qui a.",
              "companyUuid": "1088017a-2ed9-5328-b03d-8351a6e58f7e",
              "financialInstitutionUuid": "32bd2f7c-79fd-5c54-bcb5-3a46454a465c"
            },
            "originatorId": null,
            "termLength": 36,
            "termUnit": "month",
            "maxAmount": 40000,
            "minAmount": 2000,
            "maxApr": 17.99,
            "minApr": 17.99,
            "meanApr": 17.99,
            "feeRate": null,
            "maxFeeRate": null,
            "minFeeRate": null,
            "feeFixed": null,
            "maxFeeFixed": null,
            "minFeeFixed": null,
            "allowPrepayment": true,
            "prepaymentFee": 0,
            "monthlyPayment": 361.48,
            "maxMonthlyPayment": 361.48,
            "minMonthlyPayment": 361.48,
            "meanMonthlyPayment": 361.48,
            "maxTotalPayment": 13014,
            "minTotalPayment": 13014,
            "meanTotalPayment": 13014,
            "terms": null,
            "url": "https://offers.evenfinancial.com/partner/ref/ba4b1f43-fe02-5b52-93f5-6644e5c721c0/43292949-76eb-413e-9b0e-a332ae6e8ee3",
            "preQualified": false,
            "preApproved": false,
            "secured": false,
            "sponsored": false,
            "recommendationScore": 5,
            "payout": null,
            "aprType": "fixed",
            "coApplicant": false,
            "aprDescription": null,
            "displayTermUnit": null,
            "productSubTypeDisclaimer": null,
            "monthlyPaymentDescription": null,
            "termDescription": null
          }
        ]
      },
      "PreviewSavingsOffers": {
        "summary": "Preview savings offers",
        "value": [
          {
            "uuid": "9284470f-e430-5473-aeeb-f61c91adabc9",
            "productType": "savings",
            "productSubType": "savings_account",
            "partner": {
              "uuid": "91d08be0-2a8c-4d28-b399-7e1b38e2522e",
              "name": "Beta Inc.",
              "description": "Voluptas quas aspernatur aut nihil rerum. Voluptatibus laboriosam amet porro veniam ut.",
              "disclaimer": "Est delectus et rem consequatur magni. Molestiae asperiores sit debitis et id corporis.",
              "supportsPersonalizedOffers": false,
              "supportsPreSelect": false,
              "shouldDisplayPreSelect": true,
              "imageUrl": "https://aff-tag.evenfinancial.com/images/beta/Beta_120x80.png"
            },
            "url": "https://offers.evenfinancial.com/ref/0803947c-08a5-59eb-ae58-8468c62bb5a8",
            "recommendationScore": 170,
            "disclaimer": "Accounts offered by Axos Bank, Member FDIC",
            "details": {
              "name": "Beta Savings",
              "description": "Pariatur et repellat quia aliquid. Sint qui aut harum qui aut.",
              "details": "Praesentium asperiores est quisquam ad qui est. Sint culpa harum id totam. Ex fugit magni quis tempora sit.",
              "rate": 0.4,
              "annualPercentYield": 0.4,
              "compoundingMethod": "continuous",
              "minimumDeposit": 0,
              "minimumDepositWithFees": 0,
              "monthlyFee": 0,
              "checkWriting": false,
              "effectiveAsOf": "2021-01-01T12:00:00Z"
            }
          }
        ]
      },
      "TimestampTooLate": {
        "summary": "Timestamp not early enough",
        "value": [
          {
            "attribute": "timestamp",
            "type": "malformed",
            "details": {
              "specified": "2021-02-01T17:00:00.000Z",
              "requirement": "must be at or before 2021-01-13T16:00:00Z"
            },
            "message": "timestamp must be at or before 2021-01-13T16:00:00Z, but is '2021-02-01T17:00:00Z'"
          }
        ]
      },
      "UniversityNamesMatchingJohns": {
        "summary": "University names matching \"johns\"",
        "value": [
          "Johns Hopkins University",
          "Johns Hopkins University - Carey Business School",
          "Johns Hopkins University - Paul Nifle School of Advanced International Studies",
          "Johns Hopkins University - Peabody Conservatory of Music",
          "Johns Hopkins University - School of Arts & Science",
          "Johns Hopkins University - School of Medicine",
          "Johns Hopkins University - School of Nursing",
          "Johns Hopkins University - School of Public Health",
          "Johns Hopkins University - SPSBE",
          "Saint Johns University",
          "Cor

# --- truncated at 32 KB (234 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/even-financial/refs/heads/main/openapi/even-financial-openapi-original.json