Search for list of disputes
How to retrieve a list of disputes
Use the List disputes endpoint to search across all of your disputes and optionally filter on various parameters. Below is a sample response
// GET list of disputes
{
"id": "20220602835125",
"status": "OPEN",
"stageCode": "CBK1",
"stageDescription": "Dispute",
"lastAction": "2022-06-02T10:43:22Z",
"posted": "2022-06-02",
"due": "2022-07-28",
"cardScheme": "VISA",
"acquirerReferenceNumber": "74720942152221525431867",
"amount": 17.99,
"currency": "AUD",
"visaId": "1000000000",
"mastercardId": "9000000000",
"merchantId": "174062834992",
"merchantTransactionRef": "79754762",
"tcn": "-1734472900",
"reasonCode": "441",
"reasonDescription": "CBK: Processing Error",
"visaConditionCode": "4",
"visaConditionDescription": "Incorrect Account Number"
},
{
"id": "20220602835133",
"status": "OPEN",
"stageCode": "RRQ",
"stageDescription": "Dispute",
"lastAction": "2022-06-02T10:54:05Z",
"posted": "2022-06-02",
"due": "2022-07-28",
"cardScheme": "VISA",
"acquirerReferenceNumber": "74720942152221525431941",
"amount": 161.94,
"currency": "AUD",
"visaId": "1000000000",
"merchantId": "174062834992",
"merchantTransactionRef": "79754762",
"tcn": "-1734472899",
"reasonCode": "442",
"reasonDescription": "CBK: Consumer Dispute",
"visaConditionCode": "5",
"visaConditionDescription": "Misrepresentation"
}
Updated about 1 year ago