Block 1 - Stripe Trigger
- 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.
This workflow instantly sends successful Stripe Checkout payments to RD Station Marketing by creating an Order & Payment Event for every confirmed transaction. It’s ideal for businesses that want t...
n8n-nodes-base.stripetrigger, n8n-nodes-base.splitout, n8n-nodes-base.filter, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.set, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fred Carbonare.
Original n8n.io sourceThis workflow instantly sends successful Stripe Checkout payments to RD Station Marketing by creating an Order & Payment Event for every confirmed transaction. It’s ideal for businesses that want to automate lead tracking, unify customer data, and trigger marketing automation flows at the moment of sale.
This template is designed for online sellers, course creators, SaaS businesses, and marketers who use Stripe Checkout for payments and RD Station Marketing for lead management and automation. If you want real-time revenue data inside RD Station without manual work, this workflow is for you.
Stripe triggers the workflow whenever a Checkout Session is completed.
The workflow checks the payment status and retrieves the list of purchased items.
A new Order & Payment Event is sent to RD Station Marketing using the community node.
You can extend the workflow to include customer details captured during checkout.
Edit the Stripe Trigger and getItems nodes with your Stripe API keys.
Add your RD Station Marketing credentials in the send2RDMKT node.
In production, copy the workflow’s webhook URL and add it to your Stripe Webhook settings.
Test the workflow with a real or test payment.
A Stripe account and valid API keys
An RD Station Marketing account
Installation of the community node: RD Station Marketing for n8n
Disclaimer: This workflow requires a self-hosted n8n instance because it uses a community node.
You can extend the payload sent to RD Station Marketing to include additional fields such as customer name, email, coupon codes, or metadata collected in Stripe Checkout. Feel free to add routers, conditionals, or enrichment nodes depending on your marketing logic.
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 | Automate Stripe checkout sales tracking in RD Station Marketing |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | CRM |
| Author | Fred Carbonare |
| Published | 11 Dec 2025 |
Use the JSON export at /data/workflows/11704/11704.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.
This workflow instantly sends successful Stripe Checkout payments to RD Station Marketing by creating an Order & Payment Event for every confirmed transaction. It’s ideal for businesses that want t...
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 CRM use case.