Account Updater Coverage Gaps in the EU vs US for Subscription DTC
VAU and Mastercard ABU quietly recover most expiring cards in the US, but EU issuer participation collapses the rate to 20–40% — and SCA makes the math worse. Here's the country-by-country picture and what to do about it.
Quick answer
Visa Account Updater (VAU) and Mastercard ABU recover roughly 60–75% of expiring or reissued cards for US subscription merchants, but only 20–40% across most EU issuers because participation is opt-in at the bank level and large EU issuers (notably in Germany, France, Italy, and the Nordics) either don't enroll or enroll selectively. SCA then forces a fresh authentication on the next charge, so even successful silent updates don't always avoid friction. For an EU-heavy book, plan for involuntary churn 2–3× the US baseline and pair Account Updater with proactive pre-expiry flows.
Account Updater Coverage Gaps (EU vs US)
The structural difference in how often Visa Account Updater and Mastercard ABU silently refresh expiring cards for EU subscribers compared to US ones.
Account Updater coverage gaps describe the wide regional difference in how reliably card-on-file credentials get silently refreshed when a card expires, is reissued, or is replaced after fraud. In the US, the major card networks have near-universal issuer participation in VAU and ABU, so a subscription merchant's gateway can fetch the new PAN or expiry behind the scenes before the next billing cycle. In the EU, participation is fragmented: many domestic issuers, co-badged Cartes Bancaires cards, and smaller banks either don't subscribe to the network update files or expose limited fields. Combined with PSD2's Strong Customer Authentication overlay on subsequent transactions, the effective EU recovery rate lands far below US levels.
If your subscription book skews European, this gap shows up as a stubborn involuntary churn line that doesn't respond to dunning improvements. The cards aren't getting updated in the first place, so your retry waterfall is firing against a credential the issuer already retired.
Why the gap exists
VAU and Mastercard ABU are opt-in services for issuing banks, not mandates. In the US, the top 20 issuers cover the overwhelming majority of cards in circulation and almost all of them participate, which is why merchants see headline recovery rates of 60–75% on expiring cards.
Europe's issuer landscape is the opposite shape: thousands of banks, heavy use of co-badged domestic schemes like Cartes Bancaires in France and Bancomat Pay in Italy, and strong regional players (Sparkassen, BNL, Bankia successors) with their own card processing arrangements. Many submit partial data, update on irregular cadences, or skip the network update files entirely.
SCA makes silent updates less silent
Even when VAU successfully delivers a new card number, PSD2 often requires Strong Customer Authentication on the next merchant-initiated transaction if the credential meaningfully changed. That can turn a 'silent' card refresh into a customer-facing 3DS challenge — and on subscription renewals where the customer isn't actively shopping, challenge abandonment runs 30–50%.
How to detect it in your own data
Pull six months of failed renewals and group by issuer country and BIN. You're looking for two signals: high rates of `expired_card` and `card_declined` decline codes on EU BINs where you'd expect VAU to have intervened, and successful updates that immediately fail SCA on the next charge.
Stripe and Adyen both surface this — Stripe via the `card.updated` event versus subsequent payment failures, Adyen via the additional data field `recurringProcessingModel` paired with refusal reasons. The companion playbook on detecting account updater silent failures in Stripe logs walks through the exact event sequence.
Estimated Account Updater recovery rates on expiring cards by issuer country (subscription DTC)
| Country | VAU/ABU recovery rate | Primary driver of the gap |
|---|---|---|
| United States | 60–75% | High issuer participation, no SCA overlay |
| United Kingdom | 45–60% | Good participation; SCA on follow-up MIT charges |
| Netherlands | 40–55% | Mixed issuer participation, iDEAL-led market |
| Germany | 20–35% | Sparkassen/Volksbanken low participation, girocard preference |
| France | 25–40% | Cartes Bancaires co-badge limits network updates |
| Italy | 20–35% | Fragmented issuer base, partial data submission |
| Spain | 30–45% | Improving but inconsistent across issuers |
| Sweden / Denmark | 25–40% | Domestic schemes (Dankort, Swish) reduce reliance |
Account Updater recovery rate by issuer country
How to close the gap
Stack multiple recovery layers instead of relying on VAU/ABU alone. Run network tokenization (Visa VTS, Mastercard MDES) in parallel — tokenized credentials get updated by the network regardless of whether the issuer participates in the legacy account updater file, and they reduce SCA exemption friction on recurring MITs.
Add a pre-expiry email + in-app flow at T-30 days for EU customers specifically. A self-serve card update on a logged-in screen counts as a customer-initiated transaction with SCA performed once, after which subsequent renewals qualify for the MIT exemption. This single change typically lifts EU renewal success by 8–15 percentage points.
The compounding fix
Network tokenization + pre-expiry customer flow + smart retries (timed around payday cycles, which differ by country) typically narrows the EU/US involuntary churn gap from 2.5× down to 1.3×. None of the three on their own moves the number much; together they compound.
Experiments to run this quarter
Test 1: T-30 pre-expiry email to EU subscribers with a deep link to a one-click update screen, measured against a holdout of T-7 only. Primary metric: percentage of cards updated before the renewal attempt. Expect a 10–20pp lift on the EU cohort.
Test 2: Enable network tokenization on Stripe or Adyen for new EU sign-ups, leave existing customers on legacy PAN-on-file, and compare 90-day involuntary churn between the two cohorts. Watch for issuer-level variance — the lift is concentrated in DE, FR, and IT BINs where VAU participation was weakest.
Account Updater coverage in the EU: FAQ
Two reasons. First, issuer participation in VAU/ABU is opt-in and the EU's fragmented banking landscape means many domestic issuers don't enroll or submit only partial data. Second, PSD2's SCA requirements can force a customer-facing challenge on the first charge after a card update, which doesn't apply in the US.
Germany, Italy, and France sit at the bottom, with effective recovery rates around 20–35% on expiring cards. Germany's Sparkassen and Volksbanken networks have historically low participation, Italy's issuer base is highly fragmented, and France's Cartes Bancaires co-badge limits what data reaches Visa and Mastercard's update files.
Largely, yes. Visa VTS and Mastercard MDES tokens are maintained by the network directly, so credential refreshes happen regardless of whether the issuer participates in the legacy VAU/ABU files. Tokenization also unlocks better SCA exemption rates on merchant-initiated transactions, compounding the benefit.
When the underlying card credential changes meaningfully (new PAN, not just a new expiry), PSD2 often classifies the next merchant-initiated transaction as requiring fresh Strong Customer Authentication. The customer gets a 3DS challenge they weren't expecting, and on subscription renewals that means high abandonment.
Both offer Account Updater and network tokenization, but the configurations differ. Stripe's Adaptive Acceptance and Smart Retries are mostly tuned to US issuer behaviour; Adyen tends to expose more granular EU-specific decline reasons and SCA exemption controls. For an EU-heavy book, Adyen's reporting makes the gap easier to diagnose, but either provider can close it once configured.
Pull failed renewals over the last 90 days, group by BIN country, and look for `expired_card` decline codes on cards that should have been refreshed. If your EU expired-card rate is more than 2× your US rate, the gap is real. The detection playbook on Stripe logs walks through the specific events to watch.
Without active intervention, EU-heavy books typically see involuntary churn of 1.2–1.8% per month versus 0.5–0.8% for US-heavy books on the same product. With network tokenization, pre-expiry flows, and country-aware retries, you can compress the EU number to roughly 0.7–1.0% per month.
VAU and ABU only cover card credentials. SEPA Direct Debit mandates don't expire the same way cards do, but they have their own failure modes (closed accounts, insufficient funds, mandate revocations) and a separate update mechanism via your PSP. For EU subscribers, offering SEPA as a backup payment method materially reduces involuntary churn.
Yes — this is the single highest-ROI tactic for EU subscription churn. A T-30 pre-expiry email with a one-click update link counts as a customer-initiated transaction once authenticated, after which subsequent renewals qualify for SCA exemption as MITs. Most merchants see an 8–15pp lift in EU renewal success.
UK issuer participation in VAU/ABU is high and looks closer to the US (45–60% effective recovery), but the SCA overlay still applies post-Brexit because UK regulators retained equivalent rules. So the gross update rate is good, but the net renewal success after SCA challenges sits between the US and continental Europe.
Get an AI expert review of your site
Paste your URL — Metricuno's AI runs the same heuristic checks a senior CRO consultant would, scoring your page and prioritising the fixes that'll move conversion fastest.