What is it? TheDocumentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
respondToDispute mutation accepts or challenges a dispute assigned to your organization. You have two options:
- Accept the dispute - Acknowledge the dispute’s validity and accept the chargeback
- Challenge the dispute - Contest the dispute by providing supporting evidence
ScenarioA customer disputes a transaction at Maple Street Coffee, one of Clearpath Payments’ acceptors. Clearpath Payments decides whether to accept the dispute or challenge it with evidence that the transaction was valid.
Implementation rules
- The dispute must be assigned to your organization before you can respond
- When accepting a dispute, only the
disputeIdis required - When challenging a dispute, both the
disputeIdand at least oneattachmentIdare required - Attachment IDs are obtained by first uploading evidence files
- Responses must be submitted before the dispute’s expiration date
Accept a dispute
Use theaccept input parameter with the dispute ID to accept the chargeback.Challenge a dispute
Use therepresent input parameter with the dispute ID and at least one attachment ID when you want to contest the dispute by providing evidence.