Dunning management

DEFINITION

Dunning management is the structured, often automated process a subscription business uses to recover failed payments by combining scheduled retry attempts with a sequence of customer communications asking them to update their payment details. It is one of the main levers for reducing involuntary churn.

Dunning management is the process of communicating with customers whose payments have failed, in order to recover the payment and keep their subscription active. It typically combines automated retry attempts on the failed payment method with a sequence of emails, in-app messages, or other notifications asking the customer to update their payment details or resolve the issue.

For a subscription business, dunning management is one of the most direct levers for reducing involuntary churn, the loss of customers who did not choose to cancel but lost access because a card expired, a bank declined a charge, or a payment method was no longer valid. A subscription platform such as Recurly can run dunning as an automated workflow, retrying failed payments on a schedule and sending a sequence of reminder communications, so recovery does not depend on a support team manually chasing down every failed charge.

Why dunning management matters for subscription businesses

Failed payments are a routine part of running a subscription business. Cards expire, banks flag transactions as suspicious, and payment methods change without the customer necessarily noticing. Left unaddressed, these failures turn into involuntary churn, customers who are removed from the business not because they wanted to leave but because a technical or administrative payment problem was never resolved.

Because involuntary churn is preventable in many cases, dunning management has an outsized effect on retention and revenue compared to its cost to implement. A well-designed dunning process treats a failed payment as a solvable problem rather than an automatic loss, which is why it is often one of the first areas subscription businesses invest in when trying to reduce churn.

How dunning management works

  1. A scheduled payment attempt fails, due to reasons such as insufficient funds, an expired card, or a bank decline.

  2. The system classifies the failure, since some reasons (like insufficient funds) are more likely to resolve with a retry, while others (like a stolen card report) generally will not.

  3. The system schedules one or more automated retry attempts on the payment method, spaced out over the following days.

  4. In parallel, the customer receives a sequence of communications, such as an email or in-app notification, explaining the issue and prompting them to update their payment details.

  5. If the customer updates their payment method, the outstanding charge is retried and, if successful, the subscription continues without interruption.

  6. If retries and communications are exhausted without resolution, the subscription is typically suspended or canceled according to the business's dunning policy.

How to use dunning management effectively

Getting good recovery results from dunning generally comes down to a handful of design choices:

  • Vary the retry schedule and timing based on the failure reason, rather than retrying every failed payment on the same fixed schedule.

  • Use multiple communication channels, such as email and in-app messages, since customers do not always see or act on a single email.

  • Make it easy for the customer to update their payment details directly from the communication, ideally with a single click to a secure update page.

  • Set a clear endpoint for the dunning sequence, after which the subscription is paused or canceled, so customers are not left in limbo indefinitely.

  • Monitor recovery rates by failure reason and communication step, and adjust the sequence based on what is actually working.

Dunning management vs dunning

Dunning is the broader, older term for the practice of contacting a customer to collect an overdue payment, which predates subscription billing and originally applied to any past-due invoice or debt. Dunning management refers specifically to the structured, often automated system a subscription business builds around that practice, combining payment retry logic with a coordinated sequence of customer communications. In other words, dunning is the underlying concept of chasing a payment; dunning management is the operational process and tooling built to do it consistently and at scale.

Benefits and examples

A well-run dunning management process delivers several concrete benefits:

  • Reduced involuntary churn. Customers who would have been lost to a payment glitch stay subscribed once the issue is resolved.

  • Recovered revenue. Each successfully retried payment is revenue that would otherwise have been written off.

  • Lower support burden. Automated retries and communications resolve many failed payments without a support agent needing to intervene manually.

  • Better customer experience. A clear, helpful dunning sequence feels like the business is helping the customer fix a problem, rather than penalizing them for it.

As an illustrative example: imagine a subscription business with 1,000 customers billed monthly, where 50 payments fail in a given month due to expired cards or temporary bank declines. If a structured dunning sequence recovers 30 of those 50 failed payments through retries and reminder emails, the business retains 30 customers who would otherwise have churned involuntarily, while only 20 subscriptions ultimately lapse.

Frequently asked questions

What causes a payment to enter dunning? A payment enters dunning whenever a scheduled charge fails, commonly due to an expired card, insufficient funds, a bank decline, or an invalid payment method.

How many retry attempts should a dunning sequence include? Recurly does not prescribe a fixed retry count for RSM. The platform's Intelligent Retries engine determines timing and frequency dynamically per individual failure, using machine learning rather than a fixed schedule. The only hard limits are 20 total transaction attempts and 60 days from invoice creation, whichever comes first. Recurly recommends sizing the dunning window to fit inside the billing cycle, 28 days for monthly plans and up to 60 days for annual plans, and letting the retry engine operate within that window. The right number depends on the failure reason and how much friction the business wants to introduce before suspending a subscription.

Does dunning management guarantee payment recovery? No. Some failures, such as a permanently closed account or a card reported lost or stolen, will not resolve no matter how many times a payment is retried. Dunning improves recovery rates but cannot recover every failed payment.

Is dunning only about retrying the charge, or does communication matter too? Both matter. Retrying the charge alone can recover payments that fail for temporary reasons, but many failures require the customer to take an action, like updating an expired card, which only happens if they are notified clearly and given an easy way to fix it.