Decline recovery

DEFINITION

Decline recovery is the set of processes — automated retries, card refreshes, and dunning communication — a subscription business uses to recapture revenue from payments that failed on the first attempt.

Decline recovery is the set of processes a subscription business uses to recapture revenue from payments that failed on the first attempt, most commonly a declined credit card charge on a recurring renewal. Rather than treating a single failed charge as a lost customer, decline recovery treats it as a solvable problem: retry the charge intelligently, refresh the payment details if possible, and communicate with the customer when needed.

Card declines happen for a range of reasons that have nothing to do with a customer wanting to cancel, including an expired card, insufficient funds at the moment of the charge, a bank's fraud filter flagging a routine recurring transaction, or a card that was reissued with a new number. A subscription platform such as Recurly can apply automated retry logic and payment method refresh tools to recover many of these failed transactions without requiring the customer to take any action, and can trigger customer-facing dunning communication for the cases that still need the customer's involvement.

Why decline recovery matters for subscription businesses

Failed payments are one of the largest and most preventable sources of revenue loss in a subscription business, commonly referred to as involuntary churn because the customer did not choose to leave, their payment simply did not go through. Left unaddressed, a failed renewal charge can silently turn into a canceled subscription even though the customer had every intention of continuing.

Because involuntary churn is a mechanical, process-driven problem rather than a customer satisfaction problem, it responds well to systematic recovery efforts, and improvements compound directly into retained revenue. This makes decline recovery one of the highest-leverage areas for a customer success or revenue operations team to invest in, since gains there recover revenue that was already sold and provisioned, without the cost of acquiring a new customer or the risk of frustrating an otherwise happy customer with an unwanted win-back campaign.

How decline recovery works

Decline recovery typically combines automated technical steps with customer communication for the cases automation cannot resolve on its own.

  1. A recurring charge is submitted for processing and comes back declined, along with a decline code indicating the likely reason (such as insufficient funds, an expired card, or a general do-not-honor response).

  2. The billing system evaluates the decline code and schedules an intelligent retry at a later time, since some declines, like a temporary insufficient-funds issue, are more likely to succeed on a retry after a few days than an immediate resend.

  3. In parallel, an account updater or similar network service may automatically refresh outdated card details, such as a new expiration date or card number issued to replace an old one, without requiring the customer to do anything.

  4. If automated retries and card updates do not resolve the failure, the system sends dunning communication to the customer, asking them to update their payment method directly, often through a billing portal link.

  5. Once the retry succeeds or the customer updates their payment details, the charge is reprocessed and the subscription continues without a gap in service.

How to use decline recovery

Customer success, RevOps, and billing teams put decline recovery into practice through a few concrete levers.

  • Configure retry schedules based on decline code, since retrying a fraud-flagged decline immediately is far less useful than retrying an insufficient-funds decline a few days later.

  • Enable account updater or similar card-refresh services so that outdated card details are corrected automatically ahead of a renewal attempt where possible.

  • Design dunning email and in-app messaging to clearly explain what happened and make it as easy as possible for the customer to update their payment method, typically via a billing portal.

  • Track decline recovery performance by decline reason to identify whether certain types of failures need a different retry strategy or communication approach.

How to calculate decline recovery rate

Decline recovery rate = (Number of declined payments successfully recovered / Total number of declined payments) x 100

To calculate decline recovery rate for a given period:

  1. Count the total number of payment attempts that were declined in the period.

  2. Count how many of those declined payments were eventually recovered, whether through a successful retry, an updated card, or a customer-initiated payment.

  3. Divide the number recovered by the total number declined.

  4. Multiply by 100 to express the result as a percentage.

As an illustrative example, imagine a company has 1,000 renewal payments decline in a given month. Of those, 640 are eventually recovered through automated retries, card updates, or customer action, while 360 remain unrecovered. The decline recovery rate for that month is 640 divided by 1,000, or 0.64, which is 64 percent.

Benefits and examples

A strong decline recovery process delivers direct, measurable value:

  • Every successfully recovered decline is revenue that would otherwise have been lost to involuntary churn.

  • Automated retries and card updates resolve many declines without any customer service interaction, which lowers the support burden.

  • Customers whose payment issues are resolved automatically, or with a single clear prompt, avoid an unwanted service interruption.

  • Separating involuntary churn from voluntary cancellations gives a clearer picture of why customers are actually leaving.

As an illustrative example, imagine a customer's card expires the week before their annual renewal. The first charge attempt fails with an expired-card decline code. An account updater service automatically refreshes the card record with the new expiration date the bank has on file, and the system retries the charge two days later. The retry succeeds, the subscription renews without a lapse in service, and no customer action or support ticket was needed at any point.

Frequently asked questions

What is the difference between decline recovery and dunning? Dunning specifically refers to the customer-facing communication sent to request an updated payment method. Decline recovery is the broader process, which includes dunning as one component alongside automated retries and card-refresh services that resolve many declines before a customer ever needs to be contacted.

What causes most payment declines in a subscription business? Common causes include expired cards, insufficient funds, cards flagged by a bank's fraud filter, and cards that were reissued with new numbers. Recurly publishes benchmark research on the most common decline reasons across its merchant base, and generic decline, insufficient funds, and temporary hold consistently rank among the top causes.

Can decline recovery happen without contacting the customer? Yes. A significant share of declines can be resolved through automated retries and account updater services alone, without requiring the customer to take any action.

How is decline recovery different from reducing chargebacks? They address different problems. Decline recovery is about recapturing a payment that failed to process at all. Chargeback management addresses disputes on payments that did process but were later reversed by the cardholder's bank.