What is a Soft Decline?
Definition
A soft decline is a temporary payment failure where the issuing bank rejects the transaction due to a condition that will likely change over time. Unlike hard declines (permanent rejections), soft declines are recoverable through retry — the same card will work later when the temporary condition resolves. Common soft declines include insufficient funds, network timeouts, issuer unavailability, and activity limit exceeded.
Detailed Explanation
Soft declines represent the majority of payment failures in subscription billing — roughly 60-70% of all declines. They occur when the card itself is valid and the customer's account is in good standing, but something temporary prevents the specific transaction from processing at that moment.
The key characteristic of a soft decline is recoverability through retry. The same card, with the same details, will succeed when retried at the right time. This is fundamentally different from hard declines, where the card is permanently blocked and retrying will always fail.
Soft decline recovery rates vary by type: insufficient funds declines recover at 70-85% with payday-timed retries, network timeouts and issuer unavailability recover at 95%+, activity limit and velocity declines recover at 80-90%, and processing errors recover at 90-95%. The key to maximizing recovery is intelligent retry timing — not just retrying on a fixed schedule, but using data about the decline type, customer history, and external factors (paydays, bank maintenance windows) to pick the optimal retry moment.
Why It Matters
Soft declines are the lowest-hanging fruit in revenue recovery because they can be resolved automatically through retry logic without any customer interaction. If your business processes $500,000 in monthly recurring charges and 3% fail as soft declines ($15,000), smart retry logic that recovers 80% of those automatically saves $12,000 per month — $144,000 annually — with zero customer outreach cost. This is essentially free money recovered through better infrastructure.
Practical Example
A customer's monthly subscription charge of $99 fails with code 51 (insufficient funds) on March 1st. The smart retry system waits until March 5th (the first Friday after month-end, a common payday) and retries at 11am in the customer's timezone. The charge succeeds. The customer never knew there was a problem, and $99 in MRR was preserved automatically.
Related Terms
Hard Decline
A hard decline is a permanent payment failure where the issuing bank definitively rejects the transa...
Payment Retry Logic
Payment retry logic is the automated system that re-attempts failed subscription payments at strateg...
Smart Retry
Smart retry (also called intelligent retry or ML-powered retry) is an approach to payment retry that...
Dunning
Dunning is the systematic process of communicating with customers to collect overdue payments. Origi...
Revenue Recovery
Revenue recovery is the comprehensive process of recapturing revenue that would otherwise be lost du...