Dispute associated with a refund, in case we prevented a dispute by issuing a refund.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
created_at |
date | ✔️ | Creation timestamp of the object. | |
modified_at |
date | ✔️ | Last modification timestamp of the object. | |
id |
str | ✔️ | The ID of the object. | |
status |
models.DisputeStatus | ✔️ | N/A | |
resolved |
bool | ✔️ | Whether the dispute has been resolved (won or lost). | false |
closed |
bool | ✔️ | Whether the dispute is closed (prevented, won, or lost). | false |
amount |
int | ✔️ | Amount in cents disputed. | 1000 |
tax_amount |
int | ✔️ | Tax amount in cents disputed. | 200 |
currency |
str | ✔️ | Currency code of the dispute. | usd |
order_id |
str | ✔️ | The ID of the order associated with the dispute. | 57107b74-8400-4d80-a2fc-54c2b4239cb3 |
payment_id |
str | ✔️ | The ID of the payment associated with the dispute. | 42b94870-36b9-4573-96b6-b90b1c99a353 |