#phonicuk

1 messages · Page 1 of 1 (latest)

jagged palmBOT
void lance
#

Hi 👋 no, you should never rely on receiving webhook events in a specific order. They could get out of order in transit, or one of the events could get lost and need to be resent. Your flows should be resistent to out of order event types.

unique cliff
#

I should clarify, I don't care about the actual recieving of the webhooks. Just that in terms of processing Stripe's side - by the time I've got the PaymentIntentSucceded, the Checkout object will be ready to be queried? I don't actually use the CheckoutSessionCompleted at all - just the PaymentIntentSucceeded

void lance
#

Oh, yeah, I believe that's right. Are you seeing something different in your testing?

unique cliff
#

I'm not sure yet, I've made things a little flakey by doing excessively nested lookups to try and use the same backend flow for different scenarios xD - that was all I needed though, thanks!