Affirm · Example Payload

Transactions Settlement Event Example

FintechBNPLLendingPaymentsConsumer

Transactions Settlement Event 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

idtransaction_idtransaction_event_idamountcurrencycreatedtype

Example Payload

transactions-settlement-event-example.json Raw ↑
{
  "id": "500123",
  "transaction_id": "500123",
  "transaction_event_id": "500123",
  "amount": 1000,
  "currency": "USD",
  "created": "2025-03-15T14:30:00Z",
  "type": "capture"
}