Search for disputes associated with a given MID. The dispute data that is currently available in Partner Portal is returned, such as the dispute case number, date, type, status, and more. Search parameters can be applied to narrow the results by date range.
Merchant Reporting API
Get Dispute Data by MID
get /merchant/disputes/mid/search
Parameters
findBy required
string
Example:
byMerchant:12345,toDate:2024-12-30,fromDate:2023-12-24
Loading...
Example Response
200 Return Merchant Dispute Information.
400 Bad Request response for Dispute Search.
403 Forbidden error response.
Get Dispute Data by External Key
get /merchant/disputes/key/search
Search for disputes associated with a given application external key. The dispute data that is currently available in Partner Portal is returned, such as the dispute case number, date, type, status, and more. Search parameters can be applied to narrow the results by date range.
Parameters
findBy required
string
Example:
byExternalKey:12345,toDate:2024-12-30,fromDate:2023-12-24
Loading...
Example Response
200 Return Merchant Dispute Information.
400 Bad Request response for Dispute Search.
403 Forbidden error response.