Affirm · Example Payload

Checkout Address Object Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

line1line2citystatezipcodecountry

Example Payload

checkout-address-object-example.json Raw ↑
{
  "line1": "example_value",
  "line2": "example_value",
  "city": "example_value",
  "state": "example_value",
  "zipcode": "example_value",
  "country": "example_value"
}