Guides & Resources

Guides & Resources

9 minutes

9 minutes

Read

Read

Failed Payment Retries: How Many Times, How Long, and When Should a Human Take Over?

Optimized retries recover 71% of failed payments vs 53% for fixed schedules. How many retries, over how many days, and when a human should step in.

Pratheek Adi

Pratheek Adi

Co-Founder & CTO

Person holding a bank card while making an online payment on a laptop

Table of contents

Share

A failed card payment is the most recoverable revenue problem a subscription business has. The customer already said yes. Nothing is in dispute. A card expired, a limit was hit, or a bank’s fraud model got nervous for a moment. Yet most billing systems handle this moment with a fixed, dumb schedule: retry on day 1, day 3, day 7, give up. Recurly’s April 2026 analysis of recovery data across its merchant base found that moving from fixed retry schedules to optimized, data-driven retries lifts recovery from roughly 53 percent to roughly 71 percent of failed payments. That gap is pure margin, and closing it costs you configuration, not headcount.

How many times should you retry a failed payment? Most subscription businesses should attempt 4 to 8 retries spread over 7 to 10 days, weighted toward the first week. Recurly’s data shows optimized retry timing recovers about 71 percent of failed payments, versus about 53 percent for fixed schedules, and 90 percent of recovered payments come back within 10 days of the failure.

Why Do Card Payments Fail in the First Place?

Before tuning a retry policy, it helps to know what you are retrying against, because the failure reason should change your behavior.

Soft declines are temporary

Insufficient funds, issuer timeouts, velocity limits, and generic “do not honor” responses are soft declines. The card is real and the account is live; the bank just said no right now. Soft declines are where retries earn their keep, because the same request can succeed hours later without the customer doing anything.

Hard declines are permanent

Stolen card, closed account, invalid number. Retrying a hard decline is worse than useless: it burns authorization fees, hurts your standing with issuers, and can push your transactions into higher-risk scoring. A hard decline should skip the retry queue entirely and go straight to customer communication asking for a new payment method.

Expirations are predictable

Expired cards are the one failure you can see coming. Account updater services catch many of them silently, and a pre-expiry email catches most of the rest. Every expiration you handle before renewal day is a retry sequence you never have to run.

How Many Times Should You Retry a Failed Payment?

The honest answer is that the right number is per-decline-code, not global. But the working range is narrower than most teams think.

The working range is 4 to 8 attempts

Below four attempts, you leave recoverable payments on the table, because many soft declines need two or three passes before funds land or a limit resets. Beyond eight, the marginal recovery per attempt drops toward zero while the costs keep accruing: authorization fees on every attempt, and issuer risk models that start treating your traffic as suspicious.

Spacing matters more than count

Two retries an hour apart are effectively one retry. Banks’ responses correlate strongly within a day, so attempts need room to breathe. A useful skeleton spaces attempts progressively: quickly after the initial failure, then at growing intervals as the window ages. Payday timing is real too. Retries that land on the 1st or the 15th outperform mid-cycle attempts for insufficient-funds declines, because that is when accounts refill.

Time of day is a free lift

Issuer systems are least contended and accounts are most orderly in the early morning, local to the cardholder. If your billing platform supports intelligent retry timing, turn it on and let it pick the hour. This is exactly the kind of decision a model makes better than a calendar.

How Long Should the Retry Window Run?

Recurly’s numbers are unambiguous on the window: 90 percent of payments that recover do so within 10 days of the failure. Past that point you are polishing a diminishing tail.

Days 1 through 10 do the work

Concentrate your attempts where the recoveries actually happen. A window that runs hard for ten days and then stops beats a window that limps along for thirty. If a payment has not recovered by day 10, the odds it silently recovers on day 25 are small; something about the account needs a human, a new card, or a conversation.

Long windows carry hidden costs

Every extra silent-retry day is a day the customer keeps consuming service you may never get paid for, and a day closer to your involuntary churn cutoff. Involuntary churn already accounts for 20 to 40 percent of total churn at typical subscription businesses. A retry window that quietly runs for a month does not reduce that number; it just delays the moment you find out about it.

When Should Retries Stop and Communication Start?

Silent retries and customer messages are not either-or. They are two lanes of the same recovery process, and the mistake is running only one.

Run the first lane silently

For the first two or three attempts, say nothing. Most soft declines clear without the customer ever knowing, and there is no reason to embarrass someone over a bank hiccup. A dunning email about a payment that recovers two hours later is a small withdrawal from the trust account.

Open the second lane by mid-window

If the payment is still failing around day 3 to day 5, the odds it clears on its own are falling, and the customer can now actually help: update the card, pick another method, or tell their bank. This is where a proper dunning sequence starts, with a clear subject line, the amount, what stops working and when, and a one-click path to fix the payment method.

Never let either lane run alone

Retries without communication strand the payments that need a new card. Communication without retries nags customers about failures that would have fixed themselves. The recovered-revenue curve you want comes from both lanes running on their own clocks.

When Should a Human Take Over?

Automation should carry the volume. Humans should carry the judgment. The line between them is worth drawing explicitly.

Hand off on value and signal

A human belongs in the loop when the account is high-value, when the customer replies with anything other than a fixed card, when a dispute or chargeback threat appears, or when the account hits its final day before cutoff. Those are judgment calls, and they are around 14 percent of the work. The other 86 percent, the retries, the reminders, the payment-method nudges, is exactly what should run without anyone touching it.

The escalation itself can be warm

The handoff moment does not have to feel like an escalation. Often the most effective final touch before cutoff is not a fifth email but a voice on the phone, offering to take a payment or set up a new card on the spot. Customers who ignored four messages routinely resolve in one two-minute call.

Cutoffs need a decision, not a default

Whatever your policy, the account’s final state should be a decision your team made: pause, downgrade, cancel, or write off. The worst outcome is the zombie account, months of failed retries on a subscriber who left long ago, inflating your recovery workload and your churn denominator at once. A periodic involuntary churn audit clears these out.

What Does a Sensible Retry Policy Look Like?

Here is a skeleton to adapt. Your billing platform’s smart-retry feature should overrule the specific days; the shape is what matters.

Day

What happens

Why it works

Day 0

initial failure, first silent retry after a few hours

Many issuer hiccups clear same-day.

Day 1 to 2

second silent retry, early morning cardholder time

Quietest hour, cleanest approvals.

Day 3 to 4

third retry plus the first dunning email

The customer can now help; say what happens next.

Day 5 to 7

fourth retry, timed to the 1st or 15th when possible, plus a second message on another channel


Day 8 to 10

final retries plus the last-chance message with a hard date

90 percent of recoveries have landed by now.

After day 10

stop retrying

Human review for accounts worth a call; a clean cutoff for the rest.

How Do You Know Your Retry Policy Is Working?

One ratio runs the whole program: recovered payments divided by failed payments, measured weekly on a rolling 30 days. Recurly’s benchmark puts a well-tuned program around 71 percent; a fixed-schedule program sits near 53 percent. If yours is below 60, look at the three usual suspects in order. First, spacing: attempts clustered inside 48 hours are counting as multiple tries while behaving as one. Second, decline handling: if hard declines are being retried, your attempt volume is inflated and your issuer standing is eroding for zero possible recovery. Third, the communication lane: if dunning starts only after retries end, every payment that needed a new card waited a week longer than it had to. Watch the time-to-recover distribution too. When recoveries stop landing by day 10 and start dribbling in past day 14, that is usually a sign messages, not retries, are doing the recovering, and the retry schedule can be shortened without losing a dollar.

Practical Takeaways

Retry 4 to 8 times over 7 to 10 days, not 2 times over 30. Split soft declines from hard declines and never retry the hard ones. Keep the first attempts silent, then run dunning and retries in parallel from mid-window. Time attempts to early mornings and paydays, or let a smart-retry model choose. Stop at day 10 and make the endgame a human decision for accounts that warrant one. Measure one number weekly: recovered payments as a share of failed payments. If it is under 60 percent, the schedule, not the customers, is usually the problem.

Curious what this sounds like in practice? Here’s a 98-second sample call: https://abivo.site/#live-demo

FAQ

How many times can you retry a credit card payment?

Card networks discourage more than 15 attempts per transaction in 30 days, and issuers get defensive well before that. Practically, 4 to 8 well-spaced attempts capture nearly all recoverable soft declines; more mostly adds fees and risk.

What is the best time of day to retry a failed payment?

Early morning in the cardholder’s time zone performs best in most datasets: accounts have settled overnight and issuer systems are quiet. Payday alignment, retrying on the 1st and 15th, adds a further lift for insufficient-funds declines.

Should you email a customer after the first failed payment?

Usually not. Let the first one or two silent retries run, since many soft declines recover within 48 hours on their own. Start dunning around day 3 to 5 if the payment is still failing, when the customer’s help genuinely changes the outcome.

What recovery rate should a subscription business expect on failed payments?

With fixed retry schedules, around half of failed payments recover. With optimized retry timing plus a parallel dunning sequence, Recurly’s 2026 data puts recovery around 71 percent. If your rate is materially below 60 percent, audit your retry spacing and decline-code handling first.

How Abivo fits: Kate, Abivo’s AI agent, runs the communication lane of failed payment recovery end to end, emailing, texting, and calling customers whose payments keep failing, and hands your team only the 14 percent of cases that need real judgment. The retries stay in your billing stack; the conversations, and the recovered revenue, come from Kate. Get started at https://abivo.site/sign-up/get-started

Looking for more? Dive into our other articles, updates, and strategies