Affirm · Example Payload

Transactions Transaction Event Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

idtypeamountcurrencyfeecreatedreference_idmetadata

Example Payload

transactions-transaction-event-example.json Raw ↑
{
  "id": "500123",
  "type": "auth",
  "amount": 1000,
  "currency": "USD",
  "fee": 1000,
  "created": "2025-03-15T14:30:00Z",
  "reference_id": "500123",
  "metadata": {}
}