Recurring Payment Meaning
What is a recurring payment?
Recurring payment is a payment arrangement where a customer authorizes a merchant once, and the merchant then charges the same stored payment credential automatically at agreed intervals. The arrangement is also called the subscription-based model, and it removes the need for the customer to approve each individual charge.
Subscription services, memberships, SaaS licenses, donations, and installment plans all run on recurring payments. The customer's card or bank details are stored with a payment provider after the first transaction, and every renewal reuses that stored credential instead of a fresh checkout. For the merchant, that produces revenue it can forecast a cycle ahead. For the customer, access continues without any action on their part.
Key facts
- Also known as: subscription payments, automatic payments, the subscription-based model
- Applies to: subscriptions, memberships, SaaS licenses, donations, utility bills, and installment plans
- Transaction type: the first charge is a ; every renewal after it is a , and the two are flagged differently to the card network
- Credential storage: the card number is replaced by a token through , so the merchant holds a reference to the card rather than the card itself
- Governing standard: stored card data falls under (PCI DSS), which sets how card data must be stored, transmitted, and access-controlled
- Alternative rails: cards are the most common instrument, but runs the same authorize-once, charge-repeatedly model against a bank account
How it works
- The customer authorizes the arrangement. At checkout the customer agrees to the amount, the interval, and the cancellation terms, then completes a first payment that doubles as consent for future charges.
- The credential is stored as a token. The payment provider vaults the card and returns a token to the merchant, so the merchant can charge the card again without holding the number.
- The scheduler triggers the renewal. On the billing date the system submits the charge with no customer present, flagged to the card network as a merchant initiated transaction.
- The issuing bank approves or declines. The charge goes through the same path as any card payment, and the returns an approval or a decline reason.
- The result feeds back into the subscription. An approval extends access to the next period. A decline moves the account into , where the charge is retried on a schedule and the customer is asked to update their details.
Why it matters
- Revenue becomes forecastable. A known subscriber count and a known billing date let finance teams project cash inflows a cycle ahead instead of modelling one-off sales.
- Acquisition cost is spread across renewals. The customer is won once and billed many times, so the cost of acquiring them is amortized over the life of the subscription rather than charged against a single order.
- Checkout friction disappears after the first charge. Renewals reuse the stored token, so there's no form to fill in and no payment step for the customer to abandon.
- Failed renewals are where subscriptions leak. Expired cards, insufficient funds, and issuer declines end subscriptions the customer never meant to cancel, and that revenue comes back only if a retry succeeds.
Common issues
- Expired or reissued cards. A card replaced after expiry, loss, or a breach breaks the stored credential, and every charge fails until the new details reach the merchant.
- Unrecognized statement entries. When the doesn't match the brand the customer subscribed to, they dispute the charge as unauthorized. This is one of the most common triggers for .
- Unclear renewal terms. Trials that convert into paid cycles without a clear reminder are the pattern regulators target as , and they generate refund requests and .
- Authentication on the first charge. In the EEA, is required under PSD2 Article 97 for the customer-present transaction that sets up the arrangement. If that initial charge isn't set up and flagged correctly, later merchant initiated renewals are more likely to be declined.


