The Disputes API provides the ability to retrieve information about disputes related to transactions in your merchant account. Additionally, you can submit supporting evidence to resolve disputes, helping to ensure fair outcomes and maintain merchant satisfaction.
Disputes are typically initiated by customers through their issuing bank. The API allows you to programmatically handle disputes, upload evidence, and monitor their resolution status.
Quick Links
Example Workflows
Retrieve All Disputes
- Call the List Disputes API to fetch all disputes.
- Filter the response by status to identify unresolved disputes.
Submit Evidence
- Collect necessary evidence (e.g., transaction receipts, signed agreements).
- Call the Submit Evidence API with the required files.
- Monitor the dispute status through the List Disputes API or webhook notifications.
