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 allows partners to accept or challenge a dispute that has been assigned to them. This mutation provides two options:
- Accept the dispute - Acknowledge the dispute’s validity and accept the chargeback
- Challenge the dispute - Contest the dispute by providing supporting evidence
ScenarioWhen a customer disputes a transaction for a purchase they made at a Maple Street Coffee with their credit card, the dispute is assigned to Clearpath Payments. Clearpath Payments then decides whether to accept liability for the dispute, or challenge the customer’s dispute by providing evidence that the transaction was valid.
Implementation rules
- The dispute must be assigned to the partner to respond to it
- 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 when you don’t want to challenge the dispute and are willing 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.