Affirm · Example Payload

Direct Api Transaction Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

idcheckout_idorder_idstatusamountamount_refundedcurrencycreatedauthorization_expiration

Example Payload

direct-api-transaction-example.json Raw ↑
{
  "id": "500123",
  "checkout_id": "500123",
  "order_id": "500123",
  "status": "authorized",
  "amount": 1000,
  "amount_refunded": 1000,
  "currency": "USD",
  "created": "2025-03-15T14:30:00Z",
  "authorization_expiration": "2025-03-15T14:30:00Z"
}