Skip to main content

Disputes and chargebacks

A chargeback is the formal reversal of a settled transaction executed by the cardholder's issuing bank under card scheme rules. When an issuer files a chargeback, funds are debited immediately from the merchant's settlement account without prior merchant consent. The merchant is subsequently granted a limited window to contest the claim by submitting documentary evidence.

Chargebacks represent the foundational consumer protection mechanism of the card ecosystem. The statutory guarantee that cardholders can recover funds from their bank if goods are unfulfilled, defective, or fraudulent is what gives consumers confidence to transact with unfamiliar businesses online. Consequently, the dispute process is intentionally weighted toward the cardholder.

The dispute lifecycle

When a chargeback initiates, capital is debited provisionally from the merchant's processing account. In representment, the merchant is arguing to recover capital that has already been extracted.

If the merchant submits compelling evidence and the issuing bank accepts the representment, the debited funds are credited back to the merchant. However, if the issuer rejects the representment, the parties enter pre-arbitration. If neither institution concedes, the dispute escalates to formal network arbitration, where card scheme adjudicators review the case and issue a final ruling. Crucially, the network assesses substantial arbitration filing fees (typically $250 to $500) against whichever institution loses the ruling, making formal arbitration economically impractical for standard transaction amounts.

Reason codes and evidentiary standards

Every dispute is classified under a specific reason code designated by the card network, identifying the formal legal and factual basis of the claim:

Dispute categoryCardholder claimAuthoritative representment evidence
FraudTransaction was unauthorized; cardholder did not participate3-D Secure authentication cryptogram (ECI), proof of physical card presentment (EMV data), device fingerprint telemetry, proof of digital access
AuthorizationTransaction cleared without valid authorization approvalValid authorization approval code matching transaction amount, currency, and date
Processing ErrorIncorrect transaction amount, wrong currency, duplicate billingReconciled transaction receipt showing single submission matching the authorized amount
Consumer DisputeMerchandise not received, service defective, subscription cancelledSigned carrier proof of delivery, tracking telemetry, accepted terms of service, customer service communication logs

Differentiating dispute categories reveals operational weaknesses:

  • Authorization and processing-error chargebacks point directly to technical software bugs—such as race conditions triggering duplicate captures, late clearing submissions past scheme timeframes, or unmanaged force captures.
  • Consumer disputes point to fulfillment bottlenecks, inventory stockouts, unclear return policies, or complicated subscription cancellation flows.
  • Fraud disputes indicate inadequate checkout screening or missing 3-D Secure protections.

Executing an effective representment

Representment is the formal procedural mechanism through which a merchant re-presents a disputed transaction to the issuing bank accompanied by a structured rebuttal evidence package.

Dispute representment procedure

Compile targeted documentary evidence aligned strictly with the assigned reason code.

  1. Extract the specific reason code and firm response deadline from the processor dispute notice.
  2. Verify whether a refund was already issued for the transaction. If a refund occurred prior to the dispute, submit the refund transaction receipt immediately to terminate the chargeback.
  3. Assemble only the specific evidentiary documents demanded by network rules for that reason code.
  4. Submit the complete representment package well before the deadline expires, as late submissions are rejected automatically.

Direct costs: dispute administration fees

Every chargeback incurs a mandatory non-refundable dispute fee assessed by the payment processor (typically ranging from $15 to $35 per dispute).

Processors assess this fee regardless of whether the merchant ultimately wins the representment. For high-volume merchants with low average order values, dispute administration fees can easily exceed the gross transaction value.

Monitoring programs and the chargeback ratio

Acquiring banks and card networks continuously evaluate a merchant's dispute health using the chargeback ratio:

Chargeback Ratio = (Total Disputed Transactions in Current Month) / (Total Settled Transactions in Current Month)

Both Visa and Mastercard operate formal compliance monitoring programs (such as the Visa Dispute Monitoring Program and Mastercard Excessive Chargeback Program) that enforce strict operational thresholds:

  • Standard monitoring thresholds typically activate when a merchant reaches 100 disputes and exceeds a 0.90% dispute ratio within a calendar month.
  • Excessive thresholds trigger at 1.50% dispute ratios.

Breaching network thresholds results in mandatory monthly fines, escalated dispute administration fees, compulsory remediation audits, and increased merchant reserve withholdings. Continued non-compliance leads to termination of merchant processing accounts and permanent placement on the Match / Terminated Merchant File (TMF) list, preventing the business from securing card processing across the industry.

Chargeback ratio monitoring governance

Monitor dispute velocity against scheme calculation methodologies on a monthly basis.

  1. Obtain exact monitoring thresholds and calculation formulas from the acquiring bank for each card scheme.
  2. Note whether the network calculates the ratio using current-month sales or previous-month sales as the denominator.
  3. Establish automated alerts when dispute volume approaches 70% of network thresholds.
  4. Issue immediate refunds on contentious orders to prevent cardholders from escalating claims to formal chargebacks.

Disputing cards versus ACH returns

Card chargebacks must not be confused with Automated Clearing House (ACH) returns:

Operational characteristicCard ChargebackACH Return
Initiating partyCardholder through issuing bankReceiving Depository Financial Institution (RDFI)
Rebuttal mechanismStructured representment and scheme arbitrationNo formal representment; returns are definitive
Dispute windowTypically 120 calendar days from transaction date2 banking days for technical errors; 60 calendar days for unauthorized consumer claims
Diagnostic code formatAlphanumeric reason codes (e.g. Visa 10.4, MC 4837)Standardized Nacha R-codes (e.g. R01, R07, R10)

If an ACH debit is returned, there is no procedural representment mechanism within the ACH network; the merchant must pursue capital recovery directly through private commercial or legal channels.

Terms introduced

  • Arbitration: the network deciding a dispute the issuer and acquirer could not settle, and charging a fee to whoever loses.
  • Chargeback: the issuer reversing a settled transaction on the cardholder's behalf.
  • Chargeback ratio: disputed transactions as a share of volume.
  • Dispute fee: your provider's per-dispute charge, which you pay whether you win or lose.
  • Pre-arbitration: a second exchange after a representment is rejected, before arbitration.
  • Reason code: the network's identifier for what the cardholder is claiming, which determines what evidence counts.
  • Representment: re-presenting a disputed transaction to the issuer with evidence.

How providers do it

While card network dispute frameworks—such as Visa Claims Resolution and Mastercard MasterCom—dictate the legal timeframes, reason codes, and arbitration criteria for chargebacks, payment providers differ significantly in how they handle fund debits, representment workflows, and platform liabilities.

The most critical operational distinctions center on whose ledger balance absorbs the chargeback debit and how programmatically evidence can be submitted to challenge the dispute.

ProviderWhere the debit landsSubmitting evidenceStatus
StripeDeducted directly from the merchant's operational balance as a balance transactionProgrammatic evidence fields uploaded via the dispute API objectunconfirmed
Stripe ConnectDebited from the connected account on Direct Charges; debited from the platform balance on Destination and Separate ChargesUploaded via the dispute API object, with the platform responsible for managing the defense deadlineconfirmed
AdyenDeducted from the merchant settlement account, typically days after the initial dispute notification webhookStructured defense documentation submitted against scheme-specific reason codes via the APIconfirmed
Checkout.comDeducted directly from the merchant processing balanceProgrammatic file upload and metadata submission via the disputes endpointsunconfirmed
PayrixDictated by whether the platform or the sub-merchant operates as the legal merchant of recordDepends on contract configuration; determines whether the platform or seller manages representmentunconfirmed

Two overarching commercial questions apply across this entire matrix that cannot be answered by API documentation alone:

  1. Does the provider refund the non-refundable dispute administrative fee if the merchant wins representment?
  2. When operating a marketplace or software platform, does a delinquent sub-merchant's dispute ratio count against the platform's overall card brand monitoring thresholds?

Both points should be clarified in writing within the merchant processing agreement before onboarding high volumes.

What they are: the PSP, so the debit arrives as an entry in the balance rather than as a bank adjustment.

Standard termTheir termStatus
ChargebackDisputeconfirmed
RepresentmentSubmitting evidence on the disputeconfirmed
Accepting the lossClosing the disputeconfirmed
QuestionAnswerStatus
When is the money taken?At the dispute, as a balance transaction. Winning credits it back laterunconfirmed
Is the dispute fee returned on a win?unconfirmed; assume not until the contract says otherwise
What is the real submission deadline?unconfirmed; Stripe's own deadline sits before the network's, which is the compression the core page warns about
Are early fraud warnings sent before a dispute?Offered for some card typesunconfirmed

Last verified: never.