Turn a short form into a live Stripe payment link in seconds. A seller or rep types a product title and a price and gets a checkout link to share with a customer. Great for quick offers, phone orders, and simple one time charges.
The flow starts with an n8n form that collects the title and price. A config step sets defaults like currency and passes the fields forward. The workflow then calls Stripe to create a product with price data and uses that price to open a payment link. The link is returned instantly through the response node so the user sees it right after sending the form. This reduces delays, keeps currency settings consistent, and makes each charge trackable in Stripe.
To run it you need a Stripe account and an API key. Set your currency in the Config node and confirm the price format matches Stripe unit amount in the smallest currency unit like cents. Expect faster quote to cash time, less manual entry, and fewer mistakes. Use it for sales chats, quick invoices, and one time donations.