Dispute Responses
Submit a response for a specific dispute case, with optional text comments and supporting evidence files.
Indicates whether the merchant’s response is accepted or declined. Example: 1 for Accepted, 2 for Declined.
1The unique dispute case identification number eligible for Chargeback or Retrieval cases. The dispute case must be Awaiting Response or New Activity.
CN123456789The message provided by the merchant for the dispute case. Free text up to 500 characters.
Merchant disagrees with the chargeback.One or more evidence files included with the dispute case response.
Accepted
Response containing upload event details for a submitted dispute case response.
Unique identifier for the submitted merchant response.
1A message confirming the status of the submitted response.
textUnique dispute case identification number associated with the submitted response.
textIdentifier used to track the exchange of information with the dispute processing system.
textUnique identifier used for tracking the request across systems.
123e4567-e89b-12d3-a456-426614174000Identifier that links the response to a parent transaction or message.
123e4567-e89b-12d3-a456-426614174000System code for the upstream system that originated the request.
textThe merchant's unique identification number.
textNo Content
Bad Request
Unauthorized
Forbidden
Not Acceptable
Server Error
POST /api/disputes/v2.0/responses HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"ResponseType": 1,
"CaseNumber": "CN123456789",
"Response": "Merchant disagrees with the chargeback.",
"evidences": [
"binary"
]
}{
"attachments": [
{
"merchantNumber": "text",
"attachmentId": 1,
"fileName": "text",
"filePath": "text",
"uploadedDateTime": "2025-12-09T10:30:00.000Z"
}
],
"responseId": 1,
"responseMessage": "text",
"caseNumber": "text",
"exchangeId": "text",
"correlationId": "123e4567-e89b-12d3-a456-426614174000",
"parentId": "123e4567-e89b-12d3-a456-426614174000",
"parentSystemCode": "text",
"merchantNumber": "text"
}Last updated
Was this helpful?

