#james_nocode-checkout-flow

1 messages ยท Page 1 of 1 (latest)

rapid compassBOT
#

๐Ÿ‘‹ 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.

tame cove
#

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.

craggy viper
#

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

rapid compassBOT
tame cove
#

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.

Display a pricing table on your website and take customers directly to Stripe Checkout.

#

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.

craggy viper
#

hmm okok interesting, thanks! ๐Ÿ™‚