#fundrise_evan
1 messages · Page 1 of 1 (latest)
Hi there
Nope, this is explicitly not guaranteed: https://stripe.com/docs/webhooks/best-practices#event-ordering
is there a reasonable expectation that events for the same domain would be spaced out enough that they wouldn't occur out of order? For example, if I create a subscription, update it, and then delete it, can I expect the events to come across as:
- customer.subscription.created
- customer.subscription.updated
- customer.subscription.deleted
Nope you should never rely on that
cool, thank you very much!