#Robin020
1 messages ยท Page 1 of 1 (latest)
Hi there!
Hey
Yes, that can happen. That's why we strongly recommend to use webhook events to fulfill orders
You can learn more about this here: https://stripe.com/docs/payments/checkout/fulfill-orders
No way to pass in like a callback to the create checkout session before it gets redirected?
Well the callback is the webhook event.
You should just read this doc: https://stripe.com/docs/payments/checkout/fulfill-orders
And let me know if you have any questions
For example, How do I know the webhook event is called for which customer?
The event payload will contain a Checkout Session object, which should contain the customer ID (if you provided one), or any metadata you set on the Checkout Session object.
But I would recommend you to read the doc first, and then ask questions ๐
You're right.