#anastasiya_c-redirect-checkout
1 messages · Page 1 of 1 (latest)
Hello 👋 you should probably retrieve the session object and check its status on your front-end (which should be faster than a webhook event as they are asynchronous)
You can pass the object ID to your success page similar to this
https://stripe.com/docs/payments/checkout/custom-success-page#modify-success-url
This should do the trick, thank you!