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