Affirm · Example Payload

Disputes Dispute Example

FintechBNPLLendingPaymentsConsumer

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

Top-level fields

idtransaction_idcharge_idstatusreason_codeamountcurrencycreatedevidence_due_byclosed_atoutcomeevidence

Example Payload

disputes-dispute-example.json Raw ↑
{
  "id": "500123",
  "transaction_id": "500123",
  "charge_id": "500123",
  "status": "open",
  "reason_code": "example_value",
  "amount": 1000,
  "currency": "USD",
  "created": "2025-03-15T14:30:00Z",
  "evidence_due_by": "2025-03-15T14:30:00Z",
  "closed_at": "2025-03-15T14:30:00Z",
  "outcome": "merchant_won",
  "evidence": [
    "example_value"
  ]
}