Dispute History
Use the GetDisputesHistory service to retrieve disputes list for an account number or card number.
Pega Smart Dispute for Issuers
HTTP Method: POST
Resource URI:
{Instance}/SDDisputeMgmtAPI/v1/GetDisputesHistory
Authentication: Basic
Headers: Authorization (Basic {token})
Request
{"AccountNumber":"","CardNumber":""}
Response
{
{"Status":"Success","DisputeList":[{"DisputeAmount":"","Status":"","ClaimID":"","ResolvedDate":"",
"Description":"","DisputeID":"","Currency":"","PaymentNetwork":"","LastFourDigitsOfCardNumber":"",
"TransactionID":"","TransactionDate":""},{"DisputeAmount":"","Status":"","ClaimID":"","ResolvedDate":"",
"Description":"","DisputeID":"","Currency":"","PaymentNetwork":"","LastFourDigitsOfCardNumber":"",
"TransactionID":"","TransactionDate":""}],"StatusCode":""
}
Error response
{"Response":{"Status":"","svcErrorList":[{"ErrorCode":"","ErrorMessage":"","StatusCode":""}]}}}
Error codes
The error code and its description is described in the following table.
Error codes
Error code | Description |
SDDH-01 | Both Account number and Card number cannot be blank |
SDDH-02 | Account number or Card number provided is not valid |
SDDH-03 | An error occurred at storage provider. Please contact administrator |
Previous topic Add Docs to Dispute