Chargebacks
View a dispute
Returns information about a disputed chargeback.
If you don't know the dispute ID, use the View disputes endpoint.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.<br/><br/>Include the chargeback ID as a path parameter for the request.
Request parameters
- id
Response parameters
- id
- merchantId
- chargebackId
- createdAt
- updatedAt
get/chargeback/v3/dispute/{id}
Path parameters
idinteger required
Example:299788
The dispute ID.
Response
Success
Example response
{
"id": 9602,
"merchantId": "100039",
"chargebackId": 308683,
"createdAt": "2019-03-07T19:49:36.000Z",
"updatedAt": "2019-03-07T19:49:36.000Z"
}