Recurring Payments at a Glance
Recurring payments — where money is collected on a repeating schedule — cover subscription software, membership fees, regular service contracts, and any situation where a business collects from the same customer more than once. UK businesses have three main mechanisms: Direct Debit (bank-to-bank pull), card-on-file (stored card charged at intervals), and subscription billing platforms that layer dunning, proration, and trial management on top. Choosing the right mechanism depends on whether your customers are consumers or businesses, how predictable your billing amounts are, and how much you can afford to lose to failed payment rates.
- GoCardless — Best for Direct Debit recurring collection
- Stripe Billing — Best for card-on-file subscription billing with developer control
- Chargebee — Best subscription management platform for SaaS
- PayPal Subscriptions — Best for B2C subscriptions with a consumer audience
- Recurly — Best for high-volume subscription businesses
Recurring Payment Mechanisms Compared
| Method | Mechanism | Fee | Failed payment rate | Best for |
|---|---|---|---|---|
| GoCardless Direct Debit | Bank pull (Bacs) | 1% + 20p (cap £4) | ~1–2% | B2B and consumer invoices |
| Stripe Billing | Card-on-file | 0.5% billing fee + card rate | ~5–15% (varies by segment) | SaaS, digital subscriptions |
| Chargebee | Card or bank (via gateway) | From $249/month | Depends on gateway | SaaS revenue operations |
| PayPal Subscriptions | PayPal wallet or card | 1.2–3.4% depending on volume | ~3–8% | Consumer-facing subscription products |
| Recurly | Card (via gateway) | Custom pricing | Depends on dunning logic | High-volume subscription businesses |
Rates correct as of June 2026. Chargebee and Recurly pricing is quote-based above entry tiers.
How Recurring Payments Work
Direct Debit
UK Direct Debit runs over the Bacs network. The customer authorises a mandate — a standing permission to debit their bank account. You then pull payment on the schedule you set: monthly, quarterly, or on a fixed date. GoCardless is the dominant Direct Debit provider for UK businesses outside of the high-street banks. The collection timeline is three business days from instruction to cleared funds, with a two-day advance notification requirement for variable amounts. The Bacs failure rate is low (typically 1–2%) because payment requires the customer to actively cancel the mandate, not to renew their card.
Direct Debit is not available for international collections outside of SEPA countries (GoCardless supports SEPA Direct Debit for EUR countries).
Card-on-File
Card-on-file (COF) stores a tokenised card credential after the customer’s first payment. Subsequent charges use that token without the customer re-entering card details. Stripe Billing, Chargebee, and most subscription platforms are built on COF. The advantage is immediacy — charges process in real time. The disadvantage is that card expiry, lost cards, and soft declines create a meaningful failed payment rate. UK consumer card failure rates of 5–15% are typical before dunning logic is applied.
COF charges that are not customer-initiated require Strong Customer Authentication (SCA) under UK PSD2 for the initial setup. Subsequent charges run as merchant-initiated transactions (MIT) under the agreed subscription mandate. Most platforms handle this automatically.
Subscription Billing Platforms
Stripe Billing, Chargebee, and Recurly sit above the payment layer and handle the billing logic: trial periods, proration when a customer upgrades mid-cycle, dunning sequences for failed payments, and tax calculation across jurisdictions. If your subscription logic is complex, a dedicated platform is worth the fee. If your model is simple (one price, monthly, same amount), Stripe Billing alone is usually sufficient.
Failed Payments and Dunning
Failed payments are the main operational cost of recurring card billing. Dunning is the process of retrying failed charges on a schedule and sending automated emails asking the customer to update their payment details. Well-configured dunning recovers 20–40% of initially failed charges.
Retry timing. The most effective retry windows are 3, 7, and 14 days after the initial failure. Retrying immediately on the same day has a low success rate. Stripe’s Smart Retries uses machine learning to predict optimal retry timing based on card type and failure patterns.
Account Updater. Visa and Mastercard offer an Account Updater service that automatically refreshes stored card details when a card is replaced or renewed. Stripe, Braintree, and major processors connect to Account Updater automatically for enrolled cards. This is the single highest-impact step for reducing expiry-related failures at scale.
Customer communication. An email at the first failure asking the customer to update their card recovers a significant portion of failed charges. The email should link directly to a card update page, not just the account homepage. Friction in the update flow is the main reason customers churn due to payment failure rather than intentional cancellation.
Recurring Payment Providers Compared
GoCardless
GoCardless is the most cost-effective option for collecting regular payments from UK customers, particularly for invoice-based businesses. The fee is 1% + 20p per collection, capped at £4. A £500 monthly invoice costs £4 in fees rather than £8.75 on a 1.75% card processor. The cap makes GoCardless increasingly attractive as invoice values rise above £400. Two charges sit outside that standard UK rate, though: Direct Debit transactions over £2,000 carry an additional 0.3% surcharge, and international collections cost 2% + 20p rather than the domestic 1% + 20p.
GoCardless provides a hosted mandate page, a redirect flow, or an embedded flow for collecting the mandate. Once set up, payment collection is automatic. The integration covers both fixed and variable Direct Debit collections.
Stripe Billing
Stripe Billing layers subscription logic — trials, proration, dunning, and tax — on top of Stripe’s card processing. It charges a 0.5% billing fee on top of the standard card rate and runs on card-on-file, so expect a higher failure rate (5–15%) managed through Smart Retries and Account Updater. It is the natural choice for SaaS and digital subscriptions that want developer control without a separate billing platform.
Chargebee
Chargebee is a dedicated subscription-management platform that sits above your payment gateway, handling complex billing, revenue recognition, and dunning across cards and bank payments. Pricing starts from around $249/month above a free entry tier, with quote-based plans at scale. It suits SaaS revenue operations that have outgrown basic subscription billing and need granular control over plans, coupons, and reporting.
PayPal Subscriptions
PayPal Subscriptions lets consumers pay with their PayPal wallet or a card on a recurring schedule. Fees run 1.2–3.4% depending on volume, with a moderate failure rate (~3–8%). The draw is consumer trust and reach — PayPal is widely recognised at checkout — making it a strong fit for B2C subscription products, though it is less suited to B2B or high-value invoice billing.
Recurly
Recurly is a subscription-management and billing platform aimed at higher-volume businesses, with sophisticated dunning, churn-management, and analytics tooling. It charges card payments through your chosen gateway on custom pricing, so recovery depends heavily on its dunning configuration. It is worth evaluating alongside Chargebee once subscription volume and revenue-operations complexity justify a dedicated platform.
Final Verdict: Which Recurring Payment Method Should You Choose?
For UK businesses billing other businesses or collecting regular invoices, GoCardless is the default. Direct Debit at 1% + 20p capped at £4 is cheaper than cards on any amount above roughly £400, and its 1–2% failure rate is a fraction of card-on-file billing because customers have to actively cancel a mandate rather than simply let a card expire.
Card-based subscriptions win where customers expect instant access and pay smaller monthly amounts. Stripe Billing is the best all-round choice for SaaS and digital subscriptions, with Smart Retries and Account Updater to claw back failed charges. Once billing logic gets complex — multiple plans, coupons, revenue recognition — Chargebee and Recurly earn their fees. PayPal Subscriptions is the simplest route to recurring billing for a consumer audience that already trusts the PayPal button.
Use GoCardless for B2B and invoice-based recurring billing, Stripe Billing for card-based SaaS subscriptions, Chargebee or Recurly when subscription logic gets complex, and PayPal Subscriptions for consumer-facing products.
Frequently Asked Questions
Direct Debit pulls from a bank account via the Bacs network. The customer sets up a mandate once and you collect on your schedule. Card subscriptions charge a stored card token. Direct Debit has lower failure rates (1–2%) and lower fees on larger amounts via the GoCardless £4 fee cap. Card subscriptions process in real time but require dunning to manage higher failure rates (5–15%). For UK B2C subscriptions below £50/month, cards are often easier to convert. For B2B invoices and larger regular amounts, Direct Debit is usually cheaper and more reliable.
For the initial card collection, yes — you must authenticate with 3D Secure. Subsequent charges under a recurring subscription can use the merchant-initiated transaction (MIT) exemption. Most subscription billing platforms (Stripe Billing, Chargebee, Recurly) handle this automatically. If you are charging cards directly via API, you are responsible for marking subsequent charges as MIT and including the correct transaction references.
GoCardless works well for UK subscription businesses charging fixed or predictable amounts, particularly where customers are businesses or where values exceed £50/month. The main constraint is that UK Direct Debit takes three working days to settle and requires advance notice for variable amounts. For subscription models where customers expect immediate payment confirmation and real-time access, card billing via Stripe or Chargebee is a better fit. For membership organisations, professional service retainers, and B2B SaaS, GoCardless is often cheaper and more reliable than card-on-file billing.
Review Methodology and Disclaimer
How we reviewed these providers. Each option was assessed on what actually determines the cost and reliability of collecting money on a schedule: the underlying mechanism (Direct Debit versus card-on-file versus a billing platform), the headline fee and how it scales with transaction value, the typical failed-payment rate, settlement timing, and the dunning and recovery tooling on offer. Because failed payments are the real operating cost of recurring billing, failure rate and recovery were weighed alongside the headline fee rather than rate alone. Fees and mechanisms were verified against the providers’ own pages and the FCA Register in April–June 2026; Chargebee and Recurly price on quote above their entry tiers, so those figures are indicative.
What this guide does not do. Not every platform was integrated into a live billing flow for this review, and no claim is made of first-hand, long-term use of each one. Fees, failure rates, and SCA rules change — confirm current pricing and your own merchant-initiated-transaction obligations before committing. Payment processors and acquirers are not deposit-takers, so funds held with them are not covered by the Financial Services Compensation Scheme (FSCS).
BusinessExpert is reader-supported. Some links on this page are affiliate links — if you click through and make a purchase, we may earn an affiliate commission at no extra cost to you. This does not affect our editorial independence or the providers we recommend.
