v1

latestOpenAPI 3.0.0ISC2026-07-249501.1 MB
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 -->

⚠️ 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.

<div style="display:none;">

Request parameters

  • id

Response parameters

  • id
  • merchantId
  • chargebackId
  • createdAt
  • updatedAt
</div>
get/chargeback/v3/dispute/{id}

Path parameters

idinteger required
Example:299788

The dispute ID.

Response

Success

idinteger

The dispute ID.

merchantIdstring

The merchant ID.

chargebackIdinteger

The Nexio Chargeback ID.

createdAtstring date-time

The date and time at which the dispute was created.

updatedAtstring date-time

The date and time at which the dispute was last updated.

Example response

{
  "id": 9602,
  "merchantId": "100039",
  "chargebackId": 308683,
  "createdAt": "2019-03-07T19:49:36.000Z",
  "updatedAt": "2019-03-07T19:49:36.000Z"
}