#morrowyn
1 messages · Page 1 of 1 (latest)
The order is not guaranteed, so we recommend not building anything that relies on the ordering of events
Aha, that explains. Thank you
Also how would I know which events are fired off after a successful checkout-ui checkout?
You would have to infer from what the Checkout Session actually does (e.g. if it's in Subscription mode, you would expect the relevant Subscription events to occur: https://stripe.com/docs/billing/subscriptions/webhooks).
Those events, plus the relevant Checkout Session events would all occur
Thank you