Affirm · Example Payload

Affirm Checkout Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

checkout_idcheckout_statuscheckout_flow_typemerchantshippingbillingstoreitemsdiscountsmetadataorder_idcurrencyfinancing_programfinancial_program_namefinancial_program_external_nameshipping_amounttax_amounttotalcheckout_expirationexpiration_timebilling_frequencyapi_version

Example Payload

affirm-checkout-example.json Raw ↑
{
  "checkout_id": "500123",
  "checkout_status": "pending",
  "checkout_flow_type": "example_value",
  "merchant": "example_value",
  "shipping": "example_value",
  "billing": "example_value",
  "store": "example_value",
  "items": [
    "example_value"
  ],
  "discounts": {},
  "metadata": {},
  "order_id": "500123",
  "currency": "USD",
  "financing_program": "example_value",
  "financial_program_name": "example_value",
  "financial_program_external_name": "example_value",
  "shipping_amount": 1000,
  "tax_amount": 1000,
  "total": 1000,
  "checkout_expiration": "2025-03-15T14:30:00Z",
  "expiration_time": "2025-03-15T14:30:00Z",
  "billing_frequency": "example_value",
  "api_version": "example_value"
}