At a glance
The percentage of successful Stripe charges in the period that were subsequently disputed by the cardholder, the headline chargeback risk metric. Visa monitors merchants at 0.9 percent and adds compliance fines above 1.0 percent; Mastercard’s Excessive Chargeback Programme triggers at 1.5 percent. Brands that breach card-network thresholds face fines, reserve increases, and ultimately processor termination, which is why this card sits in the Executive Command Centre alongside Total Charge Volume rather than buried in a finance dashboard.
Calculation
Calculated automatically from your Stripe data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A US-based subscription beauty brand on Shopify processing through Stripe, monthly box plus one-shot retail product sales. Snapshot for the 30-day window ending Wednesday 15 May 26.
What the per-source view is telling us:
- The 0.61 percent blended dispute rate is in the amber band but not yet breaching Visa’s 1.0 percent compliance floor. Treat this as a 60-day warning rather than a fire. Merchants who let amber turn red typically face Visa monitoring placement within 90 days, which adds processor reserves of 5-10 percent of monthly volume on top of any fines.
- The free-trial conversion segment at 1.50 percent is the load-bearing problem. Free-to-paid trial conversions generate disproportionate “I didn’t authorise this charge” disputes because customers either forget signing up or genuinely didn’t realise the trial would convert. The fix is operational: send a clear “your trial converts in 48 hours” reminder email with a one-click cancel link. Brands that adopt this pattern reduce free-trial conversion dispute rate by 60-80 percent within 30 days.
- The pause-then-charge segment at 2.37 percent reveals a billing-state bug. Customers who paused subscriptions and then got charged anyway (whether through a system error or an undocumented “auto-resume after 90 days” rule) dispute aggressively because the charge feels arbitrary. Investigate the pause-state logic before this scales: if 9 disputes came from 380 pause-state charges, the same defect at full subscription volume could generate 200+ disputes a month.
- One-shot retail at 0.29 percent is healthy. This is the band most ecommerce brands operate in. The retail cohort here is doing nothing wrong; the operational fix work concentrates on the two subscription segments.
- The 1.0 percent alert is correctly tuned for this brand. The blended figure has not breached, but two segments individually have. Segment-level alerting (rolling out as a follow-up card) would catch the trial-conversion segment now rather than waiting for it to drag the blended figure into compliance breach.
- What to do with the analysis. (a) Ship the trial-conversion reminder email this week and measure dispute rate on the trial cohort 30 days later. (b) Audit the pause-state logic and document any auto-resume rules in the customer-facing email cadence. (c) Continue allowing subscription-recurring and one-shot retail to operate at current dispute rates; both are within healthy bands. (d) Re-baseline weekly: dispute rate is reactive (disputes can be filed up to 120 days after the charge), so today’s measurement reflects charges from up to four months ago.
- Decompose by dispute reason.
stripe_dispute_reasonsbreaks the dispute count into fraudulent / product not received / product unacceptable / subscription canceled / duplicate / credit not processed / general. Fraud-coded disputes carry the highest card-network weight (Visa VAMP scoring penalises them most) and tend to surface true card-fraud problems; service disputes (product not received, subscription canceled) tend to surface fulfilment or customer-service issues. - Cross-reference with
stripe_dispute_win_rate. If win rate is also low (under 30 percent), the dispute defence pipeline is weak and disputes that could be won are being lost. If win rate is healthy (50-70 percent) but dispute rate is high, the problem is upstream (creative-to-checkout misalignment, billing-state confusion) rather than in the response process. - Check
stripe_radar_blocked_volumeandstripe_radar_score_distributionfor fraud-rule tuning. A spike in fraud-coded disputes alongside a permissive Radar configuration is a clear signal to tighten the rule set; a spike alongside an already-tight Radar configuration suggests the fraudsters have moved to a new pattern that needs explicit blocking. - Pair with
stripe_dispute_response_time. Disputes lost because the merchant did not respond on time are recoverable; disputes lost because the evidence was weak are not. Response-time monitoring catches the easy operational wins. - For subscription brands, layer the customer-lifecycle view from
stripe_involuntary_churn. Failed-charge-then-dispute is a common subscription pattern: the renewal fails, the customer doesn’t see the failure email, the next retry succeeds, and they then dispute the unexpected successful charge. Tightening the dunning communications fixes both metrics.
Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look in Stripe’s own dashboard:- Stripe Dashboard → Payments → Disputes for the live list of open and closed disputes with full evidence trail and response-window countdown.
- Stripe Dashboard → Reports → Disputes (dashboard.stripe.com/reports) for the dispute rate trend and dispute-reason breakdown over time. The “Disputes overview” widget on this page is the closest 1-to-1 comparison to this card.
- Stripe Dashboard → Radar → Reviews (dashboard.stripe.com/radar/reviews) for the fraud-rule decisions that may have prevented or permitted disputed charges. Useful when investigating why dispute rate spiked.
Cross-connector reconciliation:
Quick rule for support tickets: if a merchant says “Stripe shows 1.2 percent dispute rate, your card shows 0.8 percent” in the same period, walk through the table above in order. The anchor-date convention is the most common cause; inquiry inclusion is the second-most-common; page cap on the denominator hits high-volume merchants. The card-network thresholds (Visa 1.0 percent compliance) are calculated using the Vortex IQ convention, so this card is the right number to use for compliance monitoring even when it differs from the Stripe Dashboard headline.
Known limitations / merchant FAQs
My dispute rate just crossed 1 percent. What happens next? Visa places merchants exceeding 1.0 percent into the Visa Dispute Monitoring Programme (VDMP). The first stage is “Early Warning” (typically 4 consecutive months at 0.65-0.9 percent or one month above 0.9 percent), which is informational. The second stage, “Standard” (12 consecutive months above 0.9 percent or 3 months above 1.5 percent), triggers 25,000 USD. The third stage, “Excessive” (high-risk classification), triggers loss of processing privileges. Brands at 1.0 percent should treat this as a 60-day fix window, not an immediate emergency, but absolutely as a written executive priority for the next quarter. Why does Stripe charge a dispute fee even when I win? The 750 in non-recoverable dispute fees on top of any disputed amounts that go to the cardholder. Defending only disputes you have a >50 percent chance of winning is the optimal economic strategy when win-rate is low; defending all disputes is the right call when the average win-rate is above 60 percent because the recovered revenue exceeds the fee cost. Are inquiries the same as disputes? No. An inquiry is a pre-dispute information request from the cardholder’s bank, typically asking for transaction details before deciding whether to escalate to a formal chargeback. Inquiries do not count toward this card’s rate calculation but do appear instripe_early_fraud_warnings. Brands that respond to inquiries with proof of delivery and customer interaction often prevent the inquiry from escalating to a dispute, which is the cheapest way to keep dispute rate down (proactive resolution rather than defensive litigation).
A customer disputed a charge that was clearly legitimate. What do I do?
This is “friendly fraud” or “first-party fraud” and is increasingly common (industry estimates put it at 60-70 percent of all ecommerce chargebacks). Defend the dispute with: (a) order confirmation email with timestamp, (b) shipping carrier tracking and delivery confirmation, (c) IP address match between order and merchant account login, (d) any post-purchase customer service interaction (emails, support tickets, returns), (e) screenshot of customer’s account showing the order in their order history, (f) any 3DS authentication or AVS match data from the original transaction. Win rates on friendly-fraud disputes with full evidence packages run 50-70 percent; without evidence they run 5-15 percent.
My subscription product has 1.5 percent dispute rate, and the brands you compare me to have 0.3 percent. Is that fair?
No. Subscription products generate structurally higher dispute rates because customers forget recurring authorisations, billing-state changes (paused, upgraded, downgraded) confuse customers, and free-to-paid trial conversions are a major dispute trigger. Subscription brands should benchmark against other subscription brands (typical band: 0.4-0.7 percent for established programmes). The card networks know this and apply slightly more lenient monitoring to subscription-coded merchant categories, though the 1.0 percent compliance floor is the same.
Can Vortex IQ respond to disputes for me?
Read-only by design. Vortex IQ surfaces dispute patterns, fraud-coded vs service-coded mix, and response-time gaps; the merchant’s finance and operations teams execute inside Stripe Dashboard or via the Stripe Disputes API. The stripe_alert_dispute_threshold card fires a Vortex Mind Action when dispute rate breaches the threshold, but the response itself sits with the merchant.
Why does my dispute rate look different from a year ago?
Three common causes. (1) Card-network reason code changes: Visa redefined dispute reason codes in 2018 and Mastercard in 2021; comparing across the change boundaries requires re-mapping. (2) Stripe Radar tuning: tightening Radar rules reduces fraud-coded disputes but typically increases legitimate-customer false positives, so the dispute mix shifts. (3) Customer base shift: brands that scaled into new geographies, new acquisition channels, or new product categories often see dispute rate move because the customer cohort genuinely changed. Pair with stripe_dispute_reasons and stripe_decline_rate_by_card_country to confirm which cause applies.
Is dispute rate the only metric the card networks watch?
No. Visa VAMP also weights dispute count (separate from rate), fraud-coded share, and the “ratio of disputed to settled volume” (a value-weighted version of this card). Mastercard’s ECP weights dispute count and value separately. The composite stripe_payment_health_score folds dispute rate, decline rate, dispute value, and fraud signals into one number that approximates how the card networks score the merchant overall.