#rickkarens
1 messages · Page 1 of 1 (latest)
👋 how may I help?
Hello everyone, I'm using Stripe in Zapier and want to create a payment link based on multiple selected options in a Webflow form. Is it possible to add multiple products under 'Price'?
If you want to have more than one price on your PaymentLink you need to add more Line Items
this is the underlying API https://site-admin.stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Do you know how to do this in the interface of Zapier?