Affirm · Example Payload

Checkout Discount Object Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

discount_amountdiscount_display_name

Example Payload

checkout-discount-object-example.json Raw ↑
{
  "discount_amount": 1000,
  "discount_display_name": "example_value"
}