#james_nocode-checkout-flow
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1256296745906864198
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
What do you mean by multi-step? Stripe basically just has Checkout and Payment Links as no/low code payment options, so you might look into those.
i mean like the user selects what they want in steps 1,2,3 and then payment is bundle of all 3. But yes basically wondering if there's a no-code solution, if not we'll have to code ourselves
lmk if you need more info here @tame cove ! thanks for quick response
Sure thing! So you would have to build custom code for that particular flow. Stripe has a variety of products that could fit, but if you're looking for something low-code, you might try the Pricing Table: https://docs.stripe.com/payments/checkout/pricing-table
This is embedded in a page on your website somewhere and displays product options. That being said, it sounds like you might have some sort of cart system where a customer adds multiple products, which (if true) will mean the pricing table probably doesn't work.
Really, the Payment Element is the way to go for collecting payment methods, then you can use Invoices to add multiple line items to a single purchase.
hmm okok interesting, thanks! ๐