Card Dispute
Respond to card dispute
Queue a response to the card network for the current dispute stage.
Path Parameters
card_dispute_id
stringRequiredUnique identifier for the card dispute.
Body Parameters
action
enumRequiredThe response action to take for the current dispute stage.
Possible values: accept, accept_partial, decline, escalate
amount
numberOptionalPartial acceptance amount in smallest currency unit. Required for accept_partial.
cardholder_name_and_address_mismatch
booleanOptionalCertifies that the cardholder name and address the acquirer presented as compelling evidence do not match your records. Required when declining or partially accepting a fraud pre-arbitration in which the acquirer presented compelling evidence, and rejected for any other response. When false, narrative is sent to Visa as the explanation of why you are continuing the dispute.
compelling_evidence_reviewed_with_cardholder
booleanOptionalCertifies that you contacted the cardholder, reviewed the acquirer's compelling evidence with them, and the cardholder continues to dispute the transaction. Required when declining or partially accepting a fraud pre-arbitration in which the acquirer presented compelling evidence, and rejected for any other response. When true, narrative is sent to Visa as the explanation of why the cardholder continues to dispute.
evidence
array of objectsOptionalUploaded document evidence with normalized evidence types.
document_id
stringRequiredThe ID of a document uploaded via POST /issuing/card-disputes/documents. Documents uploaded via POST /documents are rejected.
evidence_type
enumRequiredNormalized document evidence type.
Possible values: cardholder_letter, merchant_letter, sales_draft, te_folio, credit_voucher, shipping_receipt, proof_of_delivery, bank_statement, cancelled_check, second_opinion, fulfillment, authorization_record, network_document, updated_cardholder_letter, updated_merchant_letter, affidavit_of_fraud, other, network_exhibit, issuer_certification, transaction_receipt
evidence_document_ids
array of stringsOptionalLegacy document IDs to use as evidence, uploaded via POST /issuing/card-disputes/documents. Documents uploaded via POST /documents are rejected.
narrative
stringOptionalNarrative evidence for the response.