| id |
string |
Unique identifier for this dispute. |
| transaction_id |
string |
The identifier of the Affirm transaction being disputed. |
| charge_id |
string |
The identifier of the charge associated with this dispute. |
| status |
string |
Current status of the dispute. |
| reason_code |
string |
Standardized reason code categorizing the nature of the dispute (e.g., item_not_received, item_not_as_described, unauthorized). |
| amount |
integer |
The disputed amount in cents. |
| currency |
string |
ISO 4217 currency code for the disputed amount. |
| created |
string |
Timestamp when this dispute was created, in RFC 3339 format. |
| evidence_due_by |
string |
Deadline by which the merchant must submit evidence to contest this dispute, in RFC 3339 format. |
| closed_at |
string |
Timestamp when this dispute was closed, if applicable. |
| outcome |
string |
Final outcome of the dispute after review. Only set when status is won or lost. |
| evidence |
array |
List of evidence items submitted by the merchant for this dispute. |