#masudrhossain
1 messages · Page 1 of 1 (latest)
Hi 👋 yes to all of that except you can have all that data passed as query params.
You define the success_url when creating the Checkout Session:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-success_url
You can have the Checkout Session ID passed to your success page as a parameter, then you can use that ID to retrieve related information that you want to show:
https://stripe.com/docs/payments/checkout/custom-success-page
🥳