Collect / Recover
Failed-payment recovery for ecommerce subscriptions and orders
The card on your subscribe-and-save order just failed overnight. Before the shipment is cancelled, the agent has found the cause, prepared the fix, and opened the conversation.
What it does
In ecommerce a failed payment isn't just a frozen account — it's a shipment that won't go out and a replenishment habit about to break. A subscribe-and-save box silently skips, a stored-card reorder fails at renewal, a retail installment misses, and the shopper rarely finds out until the product they expected never arrives. Failed payments drive a large share of subscription churn, and a well-run recovery flow reclaims up to half of what would otherwise be lost. The agent treats a failed charge as the start of a conversation it opens itself: cause already diagnosed, fix already prepared, and the fulfillment held rather than cancelled while the shopper sorts the card out.
How it works
- 1Trigger. a
payment_failedevent arrives from the payment provider or commerce platform on a subscribe-and-save order, a stored-card reorder, or an installment plan, with the decline code and the affected order or subscription attached. - 2Decision. the agent diagnoses the cause (expired card, insufficient funds, gateway decline), checks the order's fulfillment window and the shopper's memory, history, and channel consent, and decides whether the shipment can be held while the card is fixed. The quality judge gates the message before it goes out.
- 3Action. it opens already knowing the cause and the fix, on the shopper's preferred channel, and sends them to the payment provider's secure card-update page; card details never pass through the conversation. Any retry or re-charge runs under a money-moving policy class that requires the shopper's explicit confirmation first.
- 4Follow-through. once the shopper confirms, the retry runs through the commerce platform, the agent releases the held order back into fulfillment and confirms the dispatch in the same thread, writing the outcome back to the order and customer record. If the shopper fixes the card on their own first, the queued outreach is cancelled. An order still unpaid after one judged follow-up escalates before the fulfillment window closes.
Configuration
How the agent is wired for this use case.
payment_failed webhook from the payment provider or commerce platform on a subscribe-and-save renewal, stored-card reorder, or installment, carrying the decline code and the affected order / subscription ID.- Commerce / order management platform · read the order and subscription state and fulfillment window; hold the shipment, then release it once the payment clears.
- Payment provider · diagnose the decline code; hand off to the secure hosted card-update page and run the retry after explicit confirmation (the agent never touches card data).
- Subscription billing · re-bill the subscribe-and-save or installment cycle and write back the recovered status.
- Messaging channel · open the recovery conversation on the shopper's preferred channel and confirm dispatch.
- CRM / customer record · log the contact and the recovered outcome.
What you need
The inputs this use case runs on. Your channels stay yours; the agent supplies the judgment.
Signals
payment_failed events on subscriptions, reorders, and installments; decline reason codes; the order's fulfillment / cutoff window; shopper self-fix events (for cancellation).
Data
order and subscription state, fulfillment status, payment and decline history, customer memory, channel consent.
Guardrails
money-moving policy class with explicit shopper confirmation; secure payment hand-off only, no card data in the conversation; judge gating on every unprompted message; frequency caps; stale-outreach cancellation when the shopper self-resolves; the shipment hold respects the order's real cutoff so nothing is promised that can't ship.
Metrics it moves
- involuntary-churndown: the failed renewal is repaired before the subscribe-and-save lapses, so a replenishment relationship isn't lost over a card glitch.
- recovered-revenueup: each repaired payment is revenue already earned and an order saved from cancellation; recovery flows in this category reclaim up to half of what would otherwise be lost.
- save-rateup: opening with the cause, the fix, and a held shipment converts far better than a silent skip or a generic dunning email.
Related use cases
Failed-payment instant recovery
the subscription and fintech parent of this recovery pattern
Missed-refill and replenishment outreach
keeping the replenishment habit alive when the cause is behavioral, not a payment
Pre-dunning card update
the upstream reminder that updates the card before the order's charge fails
See it on your own customer journey
Bring one drop-off, one churn cliff, or one silent segment. We will show you what a proactive agent with memory and judgment does with it.
Book a demo