Affirm · Example Payload

Checkout Checkout Request Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

merchantshippingbillingstoreitemsdiscountsmetadataorder_idcurrencyfinancing_programshipping_amounttax_amounttotalcheckout_expirationexpiration_time

Example Payload

checkout-checkout-request-example.json Raw ↑
{
  "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",
  "shipping_amount": 1000,
  "tax_amount": 1000,
  "total": 1000,
  "checkout_expiration": "2025-03-15T14:30:00Z",
  "expiration_time": "2025-03-15T14:30:00Z"
}