Detects failed Stripe payments, logs them in Google Sheets, and sends up to 2 automated daily follow-up emails to recover lost revenue efficiently.
This n8n workflow automates the recovery of failed Stripe payments by listening for payment_intent.payment_failed events. It extracts key customer details like name, email, amount, and payment ID, removes duplicates, and logs everything into a Google Sheets 'failed payments queue' with fields for tracking email sent counts.
A daily schedule trigger (10 AM cron) reads the sheet, uses a Switch node to check email_sent_count: sends the first gentle reminder if <1, a second urgent one if <2, then s
Platform
n8n
Category
Travel & Hospitality
Price
$18.99
Creator
QualityWorkflows
stripe
payment-recovery
failed-payments
google-sheets
email-automation
cron-schedule
ecommerce
revenue-recovery
workflow-automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.