#mtliendo - redirect to checkout

1 messages · Page 1 of 1 (latest)

arctic pilot
#

If you want the redirect to by automatic, we typically recommend the second method as it is simpler and has less moving parts that can break. If you want the redirect to wait for some button press or something, then you can map that call to that button

cloud stone
#

Not sure I understand "automatic" vs waiting on a button press. In my situation, I have a "buy now" button that I'd like to redirect to Stripe Checkout when pressed.

arctic pilot
#

Right, then we would recommend the 303 redirect. My second scenerario was more for if you were creating the session, sending the info to your client, and wanted to wait for them to click on a button after that

cloud stone
#

Ohhhh I see, like "buy now" -> "are you sure" type of thing. That's good to know