Affirm · Example Payload

Transactions Settlement Event Summary Example

FintechBNPLLendingPaymentsConsumer

Transactions Settlement Event Summary Example is an example object payload from Affirm, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtotal_amountcurrencyevent_countdisbursed_at

Example Payload

transactions-settlement-event-summary-example.json Raw ↑
{
  "id": "500123",
  "total_amount": 1000,
  "currency": "USD",
  "event_count": 1000,
  "disbursed_at": "2025-03-15T14:30:00Z"
}