Affirm · Example Payload

Direct Api Card Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

idcheckout_idstatusnumbercvvexpirationbillingamountcurrencycreated

Example Payload

direct-api-card-example.json Raw ↑
{
  "id": "500123",
  "checkout_id": "500123",
  "status": "active",
  "number": "example_value",
  "cvv": "example_value",
  "expiration": "example_value",
  "billing": {
    "address": {
      "line1": "example_value",
      "city": "example_value",
      "state": "example_value",
      "zipcode": "example_value",
      "country": "example_value"
    }
  },
  "amount": 1000,
  "currency": "USD",
  "created": "2025-03-15T14:30:00Z"
}