This n8n workflow streamlines the process of generating Stripe payment links, allowing businesses to quickly accept online payments by simply entering a product title and price.
The workflow begins with a form where users input the product title and price. It then configures the necessary parameters, creates a Stripe product, and generates a payment link. Finally, it responds with the payment link URL, making it easy for businesses to share with customers.
Platform
n8n
Category
E-commerce
Price
Free
Creator
Sasha Ivanov
set
stickyNote
formTrigger
httpRequest
respondToWebhook
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.