LostChurn Docs
Best Practices

Retry Timing Best Practices

Industry benchmarks for optimal retry windows, payday patterns, time-of-day effects, and spacing strategies for soft and hard declines.

When you retry a failed payment matters as much as whether you retry at all. A well-timed retry can recover revenue silently, while a poorly-timed one wastes an attempt and may hurt your processor relationship. This guide covers the data behind optimal retry timing so you can evaluate LostChurn's defaults and configure overrides when needed.

Best Days to Retry

Failed payments caused by insufficient funds follow predictable patterns tied to when customers receive income. The strongest recovery days cluster around paydays.

Payday Patterns

Day of MonthWhy It WorksRelative Recovery Rate
1stMonthly salary deposits for salaried employeesHigh
15thBiweekly and semi-monthly pay cyclesHigh
Last dayEnd-of-month payroll for some employersMedium-High
FridaysWeekly pay cycle depositsMedium
2nd-3rdSpillover from 1st-of-month depositsMedium

LostChurn automatically detects payday patterns for individual customers over time and adjusts retry timing accordingly. If a customer's payments consistently succeed on the 15th, future retries will be scheduled around that date.

Days to Avoid

  • Sundays -- lowest card authorization rates across all processors
  • Major holidays -- bank processing delays reduce approval rates by 10-15%
  • December 24-26, January 1 -- authorization rates drop significantly due to processor maintenance windows and reduced fraud-review staffing

Best Hours to Retry

Time of day affects authorization rates because banks batch-process transactions and fraud detection systems have different sensitivity thresholds throughout the day.

Time Window (Customer's Timezone)Authorization Rate ImpactNotes
9:00 AM - 11:00 AMHighestBanks fully staffed, fraud systems at baseline sensitivity
12:00 PM - 2:00 PMAbove averagePost-lunch processing window
6:00 AM - 8:00 AMAverageEarly morning batch processing underway
3:00 PM - 6:00 PMBelow averageEnd-of-day processing backlogs
7:00 PM - 11:00 PMLowReduced bank staffing, higher fraud sensitivity
12:00 AM - 5:00 AMLowestMinimal processing, highest fraud flag rates

LostChurn uses the customer's billing address or IP geolocation to determine their timezone and schedule retries during the optimal local window. Configure timezone detection priority in Retry Strategies.

Spacing Between Retries

Retry spacing should escalate over time. Rapid-fire retries on a fresh decline are unlikely to succeed and can trigger processor rate limiting. Spacing out retries gives the underlying issue time to resolve.

Soft declines (insufficient funds, processing errors, rate limits) are temporary by nature. The spacing strategy gives the issue time to resolve while capturing the recovery window before the customer's next billing cycle.

Retry AttemptWait After PreviousCumulative TimeExpected Recovery Rate
1st retry1 hour1 hour15-20%
2nd retry24 hours25 hours25-35% (cumulative)
3rd retry72 hours~4 days35-45% (cumulative)
4th retry7 days~11 days40-50% (cumulative)

After the 4th retry, additional silent attempts yield diminishing returns. LostChurn defaults to escalating to active dunning via Campaigns at this point.

Hard declines (expired card, do not honor) require customer action. Silent retries are unlikely to succeed, but a single delayed retry can catch cases where the customer updated their card after seeing a processor notification.

Retry AttemptWait After PreviousCumulative TimeNotes
1st retry24 hours24 hoursCatches card updates from bank notifications
2nd retry72 hours4 daysFinal check before dunning-only mode

Do not retry hard declines more than twice. Processors track retry rates by merchant, and excessive retries on hard-declined cards can result in increased processing fees or account reviews.

Soft vs. Hard Decline Timing Summary

The fundamental difference: soft declines reward patience and well-timed retries, while hard declines reward fast customer communication.

FactorSoft DeclinesHard Declines
First actionSilent retry after 1 hourDunning email immediately + 1 retry after 24 hours
Total retry attempts42
Total retry window11 days4 days
Primary recovery methodSilent retriesCustomer updates payment method
Dunning triggerAfter retry 4 failsImmediately, in parallel with retries
Expected recovery rate40-50% (silent)20-30% (with dunning)

Holiday and Weekend Considerations

Weekends

Authorization rates drop 5-8% on weekends compared to weekdays. LostChurn's default behavior:

  • Saturday retries are delayed to Monday morning unless the customer has a history of weekend payment success
  • Sunday retries are always delayed to Monday 9:00 AM in the customer's timezone
  • Weekend dunning emails are still sent (email open rates on weekends are comparable to weekdays)

Holidays

LostChurn maintains a holiday calendar for major markets (US, UK, EU, Canada, Australia) and adjusts retry timing automatically.

  • Bank holidays -- retries are delayed to the next business day, as bank processing may be reduced
  • Shopping holidays (Black Friday, Cyber Monday) -- retries are paused during peak processing hours to avoid competing with high-volume merchant traffic
  • Year-end holidays (Dec 24 - Jan 2) -- retry spacing is extended by 48 hours to account for processor delays

You can customize holiday handling per-market in your Retry Strategies configuration.

Benchmark Recovery Rates by Strategy

The following table compares recovery rates across different timing strategies, based on aggregate data from subscription businesses processing $1M+ in monthly recurring revenue.

Strategy7-Day Recovery Rate14-Day Recovery Rate30-Day Recovery Rate
Fixed interval (every 24h)18%23%26%
Escalating interval (1h/24h/72h/7d)25%35%40%
Payday-aligned22%38%45%
ML-optimized (LostChurn default)30%42%52%
ML-optimized + dunning38%52%62%

The ML-optimized strategy combines escalating intervals with payday detection, time-of-day optimization, and per-customer learning. Adding dunning campaigns for hard declines and exhausted soft retries yields the highest overall recovery rate.

These benchmarks represent medians. Your actual recovery rates depend on your customer demographics, average transaction size, payment method mix, and industry vertical. B2C subscriptions under $50/month tend to see higher recovery rates than B2B subscriptions over $500/month.

Configuring Retry Timing in LostChurn

LostChurn's retry timing is configured through Retry Strategies. The defaults match the ML-optimized strategy described above. You can override:

  • Maximum retry attempts per decline category
  • Minimum spacing between retries
  • Retry windows (allowed hours and days)
  • Holiday calendars per market
  • Dunning escalation triggers (after N retries or N days)

For most businesses, the defaults perform well out of the box. Consider overrides only if you have specific processor requirements or customer demographics that differ significantly from the general subscription population.

Next Steps

On this page