Affirm · Example Payload

Checkout Item Object Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

display_nameskuunit_priceqtyitem_image_urlitem_urlcategories

Example Payload

checkout-item-object-example.json Raw ↑
{
  "display_name": "example_value",
  "sku": "example_value",
  "unit_price": 1000,
  "qty": 1,
  "item_image_url": "https://example.com/callback",
  "item_url": "https://example.com/callback",
  "categories": [
    [
      "example_value"
    ]
  ]
}