#morrowyn

1 messages · Page 1 of 1 (latest)

torpid thicketBOT
hard quiver
#

The order is not guaranteed, so we recommend not building anything that relies on the ordering of events

hardy agate
#

Aha, that explains. Thank you

#

Also how would I know which events are fired off after a successful checkout-ui checkout?

hard quiver
#

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

hardy agate
#

Thank you