Subscriptions & retention
What is dunning in subscription billing?
Updated
Dunning is the automated process a subscription business runs after a renewal payment fails: retrying the charge on a schedule, notifying the customer, requesting an updated payment method, and eventually pausing or cancelling if recovery does not succeed. Effective dunning branches on the issuer decline code rather than applying one schedule to every failure, because a hard decline such as a closed account will never succeed on retry while an insufficient-funds decline usually will.
What a dunning sequence contains
The word comes from debt collection, which is a misleading ancestry: modern subscription dunning is mostly a technical recovery process, and the customer is frequently unaware it ran at all.
A sequence has four components. The retry schedule decides when the charge is re-attempted. The notification sequence decides what the customer is told and when. The update path is how they supply a new credential. The terminal policy decides what happens when recovery fails — pause, downgrade or cancel.
Of those four, the retry schedule recovers the most volume and the update path recovers the most value, because the failures that need a human are the ones where the old credential is permanently dead.
Dunning versus pre-dunning
Pre-dunning acts before the charge. Its input is a payment method you can predict will fail — most commonly a card that expires before the next billing date, but also a credential the account updater could not refresh.
It is strictly better than dunning where it applies, because the customer is contacted while nothing has gone wrong. There is no failed charge, no service interruption and no implied accusation. The reason most businesses do not run it is not disagreement, it is that expiry-versus-next-bill-date is a query nobody wrote.
Why the emails are the least important part
Dunning is usually discussed as an email sequence because that is the visible part and the part vendors sell. The volume is not there.
Most failed renewals are recoverable without contacting anyone: the card was fine and the account was briefly short, or the credential was reissued and an updater service can refresh it. Those recover silently. Email matters for the residual where the credential is genuinely dead — and in that residual, the single largest determinant of recovery is whether the update link works without a login. A password reset between the customer and their intent to keep paying you loses a meaningful share of them.
Frequently asked questions
- How long should a dunning sequence run?
- Long enough to cross at least one plausible replenishment point for soft declines, and no longer than the card network validity window for merchant-initiated transactions — past that the attempt is no longer valid regardless of your schedule. For hard declines the answer is zero: go straight to requesting a new payment method.
- Is dunning the same as involuntary churn recovery?
- Dunning is the main mechanism of involuntary churn recovery but not the whole of it. Recovery also includes account updater enrolment and pre-dunning outreach, both of which act before a failure occurs and are therefore cheaper in both cost and customer goodwill.
- Should dunning emails offer a discount?
- Generally no on the first attempts. The customer has not asked to leave — most failures are a dead credential, not a value objection — and a discount converts a payments problem into a permanent margin reduction. Discounts belong in win-back after recovery has genuinely failed.