
How to Accept International Payments in eCommerce Without Losing Revenue to FX Friction
8 min read
Read
Subscription commerce is becoming the dominant model for digital eCommerce, but recurring billing infrastructure is significantly more complex than one-off transaction processing. This guide covers the architecture and operational decisions that matter most.
Subscription revenue is attractive to eCommerce merchants because it converts one-time purchase revenue into predictable, compounding monthly recurring revenue (MRR). The financial profile of a subscription business — high lifetime value per customer, predictable cash flows, lower customer acquisition cost per dollar of revenue — is compelling compared to transactional commerce. But subscription billing is operationally significantly more complex than one-off payment processing, and the infrastructure decisions made at launch have compounding consequences as the subscriber base grows.
Before any billing infrastructure can be configured, the subscription pricing architecture needs to be clearly defined — and it needs to be defined in a way that the billing infrastructure can represent accurately. Simple flat-rate subscriptions (one price per billing cycle) are the easiest to implement and operate. Usage-based billing, tiered pricing, per-seat models, and add-on structures each add significant complexity to the billing infrastructure and to the subscription management workflows that finance teams need to operate. Start with the simplest pricing architecture that supports your commercial requirements, and add complexity incrementally as you have validated that the more complex structures drive the intended behaviour.
Recurring billing depends on payment methods remaining valid over time — but card details change constantly as cards expire, are lost or stolen, or are replaced by issuers for security reasons. Without automated card updating — which uses Visa Account Updater, Mastercard Automatic Billing Updater, and similar network services to retrieve updated card details automatically — subscription businesses lose 10–15% of their subscriber base annually to involuntary churn from declined cards. Card updating dramatically reduces this involuntary churn, and most modern subscription billing platforms include it.
Even with card updating in place, a portion of recurring billing attempts will fail — due to insufficient funds, temporary card holds, or technical issues. The dunning process — the sequence of retry attempts and customer communications that follows a billing failure — determines how much of this involuntary churn is recovered versus lost. Best-practice dunning involves: retrying the payment at intelligently timed intervals (not all on the same day of the week when insufficient funds failures are most likely to recur); communicating with the subscriber via email and in-app messaging to prompt payment method updates; and applying a grace period before cancelling access that gives the subscriber time to resolve the issue without losing their subscription. Merchants with well-designed dunning sequences typically recover 30–50% of initially failed subscription renewals.
Recurring billing adds complexity to international payment flows because payment method authorisations decay over time, strong customer authentication requirements must be met without creating friction on renewal transactions, and currency management needs to account for FX rate changes over a subscriber's lifetime. For SCA-regulated markets (EU, UK), subscriptions established with appropriate "merchant-initiated transaction" exemptions can process renewals without additional customer authentication — but setting up these exemptions correctly requires cooperation between the billing system and the payment processor. Failing to configure SCA exemptions properly means either recurring authentication challenges on every renewal (which drives cancellations) or unexpected declines. Our payment processing infrastructure handles SCA-compliant recurring billing across European markets. Contact our team to discuss subscription billing requirements for your specific market mix.
More in eCommerce