At a glance
The percentage of Viva Payments transactions that ended as chargebacks (lost disputes). Funds and the original transaction value are deducted from the merchant balance plus a scheme fee (~ EUR 15 to 25 per case). Visa Compelling Dispute Information System (CDIS) and Mastercard Excessive Chargeback Program (ECP) place merchants in monitoring at sustained 0.9 to 1.5%; sustained breach can cost the merchant account.
| What it counts | COUNT(disputes resolved against merchant) ÷ COUNT(transactions where StatusId = F in same period) × 100. Subset of viv_dispute_rate restricted to merchant-loss outcomes. |
| API endpoint | /api/disputes with status filter lost / final-merchant-loss; Dashboard’s Disputes view. |
| Currency | Currency-neutral (rate). |
| Refunds | Excluded (refunds are merchant-initiated, distinct from chargebacks). |
| Failed / declined payments | Not relevant (chargebacks are post-success). |
| Recurring rebills | Counted. Subscription rebills can chargeback for “cancellation friction” reason; high rebill chargeback rate is a serious subscription-process flag. |
| Channels | Online + POS unified. POS card-present chargebacks are extremely rare (signed receipt + chip-and-PIN gives strong representment evidence). Online card-not-present chargebacks dominate. |
| Time window | 30D vsP. |
| Alert trigger | >0.5% warn; >0.9% critical (Mastercard ECP threshold). Sentiment thresholds: good ≤0.5%, warn ≤0.9%. |
| Roles | owner, finance, operations |
Calculation
Calculated automatically from your Viva Payments 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 Spanish digital-goods retailer (“Iberica Digital”) on Smart Checkout, downloadable software + e-vouchers. Window 03 Apr 26 to 02 May 26.| Stat | Value | Notes |
|---|---|---|
| Successful transactions | 8,210 | EUR + GBP traffic |
| Disputes opened (period) | 64 | Dispute rate 0.78% |
| Disputes won (representment) | 22 | 34% win rate |
| Disputes lost / chargebacks | 38 | Chargeback rate 0.46% |
| Disputes still in flight | 4 | Pending evidence review |
- Digital-goods chargeback rate at 0.46% is in healthy range but watch the trend. Digital-goods merchants run structurally higher than physical retail because (a) “I didn’t authorize” is an easier claim to make on intangibles, (b) friendly-fraud is more common on instantly-deliverable goods, (c) Visa rules give weak representment grounds for “delivered to email” without IP / device evidence. 0.5% is the practical ceiling without active fraud-prevention investment.
- 34% representment win rate is around average. Industry benchmark is 30 to 45%; below 30% means weak evidence prep. Start collecting (a) IP geolocation matching customer-claimed location, (b) device fingerprint matching prior transactions, (c) license-key download / activation logs, (d) email delivery confirmation. Submit all to Viva’s representment workflow.
- EUR 3,154 cost in 30 days = EUR 38k/year run rate. This is the explicit lost-fight cost. Layer on top: scheme fees on disputes that didn’t reach chargeback (~ EUR 5 each), staff time on representment, and the soft cost of being closer to ECP threshold each month.
- Refund-as-prevention matters here. Customers who request refund and get it within 1 to 2 days don’t escalate to bank. Iberica should review their refund-request response time; refunds processed at week 2 often become chargebacks at week 3 (impatient customer escalates).
- Subscription customers, if any, should be measured separately. This card blends one-time and recurring; if recurring chargebacks are concentrated, the subscription cancellation flow needs work.
Sibling cards merchants should reference together
| Card | Why pair it with Chargeback Rate |
|---|---|
viv_dispute_rate | The upstream stage; chargebacks are disputes that the merchant lost. |
viva_refund_rate | Refund-friendly merchants typically have lower chargeback rates. |
viv_refund_volume | The refund-as-prevention denominator. |
viv_total_transactions | The denominator. |
viva_total_revenue | The revenue base; chargeback losses scale with it. |
Stripe stripe_chargeback_rate / PayPal pp_chargeback_rate | Cross-PSP comparison. PayPal Buyer Protection-driven cases differ structurally. |
viv_top_decline_reasons | Pre-authorization fraud signals sometimes correlate with later chargebacks. |
Reconciling against the vendor’s own dashboard
Where to look in the Viva Payments Dashboard: viva.com/business/account/login. Closest comparable view:Viva Business → Sales → Disputes → Lost (resolved-against-merchant outcomes)Viva also exposes a Visa CDIS / Mastercard ECP monitoring tile on accounts approaching threshold; if you see this tile, escalate immediately. Why our number may legitimately differ:
| Reason | Direction | Why |
|---|---|---|
| Period attribution | Major difference possible | We count chargebacks by resolved-date; some Viva views use original-sale-date. Resolution can lag the original sale by 30 to 90 days. |
| In-flight cases | Ours lower in real-time | Cases that are still being adjudicated aren’t in this card; they will be once resolved. |
| Time zone | Boundary days off | Athens / Cyprus timezone vs UTC. |
| Comparison | Expected relationship | When divergence is legitimate |
|---|---|---|
viv_chargeback_rate ↔ stripe.stripe_chargeback_rate | Within 0.1 to 0.3pp | Customer behaviour drives dispute generation; PSPs differ slightly on representment win rates. |
viv_chargeback_rate ↔ paypal.pp_chargeback_rate | PayPal usually higher | PayPal Buyer Protection accepts buyer claims at lower evidence thresholds. |