Disputes
Get dispute
Retrieve one chargeback.
GET/v1/disputes/{dispute_id}
Parameters
| Parameter | Description |
|---|---|
| dispute_idstring · pathrequired | No description in the spec. |
Returns
Returns a DisputeResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the disputes:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other disputes operations
- List disputes GET /v1/disputes
BillKit