Representment

Representment is the stage where a merchant re-presents a disputed charge to the issuer with evidence, asking the bank to reverse the chargeback in their favor.

Representment is the step where a merchant formally re-presents a disputed transaction to the cardholder's bank, backed by evidence, arguing the charge was valid and should stand. The word literally means "presenting the charge again" after a chargeback pulled the money back. It's the merchant's chance to overturn the reversal.

How representment works

  1. A cardholder files a chargeback and the issuer reverses the payment, opening a dispute.
  2. The merchant chooses to challenge and submits dispute evidence before the deadline. Submitting the evidence is the act of representment.
  3. The issuer re-examines the transaction with the new evidence and rules for the merchant or the cardholder.
  4. If the merchant wins, the funds are returned; if they lose, the reversal stands.

In card-network terms this is sometimes called the second presentment. In Stripe, you trigger it by submitting the Dispute object's evidence, and the outcome arrives as charge.dispute.closed with a status of won or lost.

What to know

  • Deadlines are hard — miss the response window and representment isn't possible; the dispute is lost by default.
  • Evidence quality decides it — a well-matched, reason-specific package is far more likely to win than a generic one.
  • The fee usually sticks — even a won representment typically doesn't return the dispute fee in most markets, so winning limits the loss rather than erasing it.
  • [Friendly fraud](/glossary/friendly-fraud) — representment is most winnable when the buyer genuinely received the product and disputed anyway, because delivery and usage records refute the claim.

Representment is a cost-benefit call: for small amounts, the staff time may exceed the value recovered, so many teams only fight disputes above a threshold or where evidence is strong.

Related terms

Updated July 6, 2026