Block 1 - Detect Failed Payments
- Type / Role
- n8n-nodes-base.stripeTrigger - stripeTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Automated Stripe Payment Recovery Workflow (n8n) Detect failed payments, log them, and send polite follow up emails to recover revenue — all automated with n8n. Part A – Detect & log failed pa...
n8n-nodes-base.stripetrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.removeduplicates, n8n-nodes-base.scheduletrigger, n8n-nodes-base.switch, n8n-nodes-base.sendinblue, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by iamvaar.
Original n8n.io sourceDetect failed payments, log them, and send polite follow-up emails to recover revenue — all automated with n8n.
What it does:
🧩 Nodes:
1️⃣ Stripe Trigger
Listens to:
payment_intent.payment_failed
2️⃣ Set node
Extracts & maps fields:
{{ $now }}03️⃣ Remove Duplicates
4️⃣ Google Sheets node
Append or update row:
> 📌 This builds your “failed payments queue” to drive the follow-up emails later.
What it does:
🧩 Nodes: 1️⃣ Schedule Trigger
0 10 * * *)2️⃣ Get Payment Failure Leads
3️⃣ Switch node (Check for no. of emails sent)
email_sent_count < 1 → send first email.email_sent_count < 2 → send second email.4️⃣ Send First Email
5️⃣ Update Email Count
email_sent_count by +1 in Google Sheets.6️⃣ Send Second Email
7️⃣ Quit Sending Emails to these Leads
> 🚀 Automated Stripe Payment Recovery: Track Failures & Send Follow-Up Emails via n8n
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | 🚀 Automated Stripe payment recovery: track failures & follow-up emails |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Invoice Processing |
| Author | iamvaar |
| Published | 05 Jul 2025 |
Use the JSON export at /data/workflows/5702/5702.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Automated Stripe Payment Recovery Workflow (n8n) Detect failed payments, log them, and send polite follow up emails to recover revenue — all automated with n8n. Part A – Detect & log failed pa...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing use case.