Affirm · Example Payload

Promos Offer Content Example

FintechBNPLLendingPaymentsConsumer

Promos Offer Content Example is an example object payload from Affirm, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

minimum_loan_amountmaximum_loan_amountterms

Example Payload

promos-offer-content-example.json Raw ↑
{
  "minimum_loan_amount": 99.99,
  "maximum_loan_amount": 99.99,
  "terms": [
    "example_value"
  ]
}