#Nacio
1 messages · Page 1 of 1 (latest)
Hi there
"Invalid order" yes... we don't guarantee order. See: https://stripe.com/docs/webhooks/best-practices#event-ordering
Also with retries it can definitely happen that you receive an earlier event later in your webhook handler
Which I think is what you are describing above
Alright, gonna have to think how to handle that then, thank you