Stripe decline code
insufficient_funds_savings
The linked savings account does not have enough balance to cover the charge.
Quick answer
insufficient_funds_savings is a soft decline. A smartly timed retry can succeed on its own.
| Decline code | insufficient_funds_savings |
|---|---|
| Type | Soft (often temporary) |
| Retrying helps? | Yes, on smart timing |
| Category | Insufficient funds |
| Customer fix | Add funds or use a different card. |
Will retrying help?
Yes, a timed retry can succeed
Retry on smart timing and back it with a dunning email offering a card update.
A real example
The linked savings account is short at charge time, so the recurring payment bounces.
What the customer needs to do
Add funds or use a different card.
Your recovery approach
Retry on smart timing and back it with a dunning email offering a card update.
Copy-paste recovery email
Subject
Your payment didn't go through, [First Name]
We tried to charge your card for [Product] and it did not clear, no problem, it happens.
We will automatically retry in a few days, or you can update your card now to sort it immediately. Your account stays active in the meantime.
Recover insufficient_funds_savings declines on autopilot
SubRevival reads every decline code and responds correctly, retrying soft declines on smart timing and emailing customers for hard ones, with a hosted card update page. $19/mo flat.
FAQ
What does the Stripe "insufficient_funds_savings" decline code mean?
The linked savings account does not have enough balance to cover the charge.
Will retrying a "insufficient_funds_savings" decline work?
Often, yes. insufficient_funds_savings is a soft decline, so a smartly timed retry can succeed without the customer doing anything. Retry on smart timing and back it with a dunning email offering a card update.
How do I recover a payment that failed with "insufficient_funds_savings"?
Retry on smart timing and back it with a dunning email offering a card update. Customer action: Add funds or use a different card.
Related decline codes
Source: official Stripe decline codes documentation. Recovery guidance is SubRevival's own.