I’m developing an app that creates Stripe payment links and sells coaching services. When returning to Bubble from Stripe’s payment link,
I want to transition to the purchased coach page with the coach user’s parameters,
but I don’t know how to send the parameters. Currently, CurrentUser holds the coach’s uniqueID in the database after the payment is completed.
You need to store the checkout session ID somewhere in Bubble so that you can compare it from the redirect after Stripe payment.
Check out the Stripe docs : Customize your success page | Stripe Documentation
1 Like
thank you.
Use Checkout Sessions!