#yooyooba
1 messages · Page 1 of 1 (latest)
Stripe doesn't guarantee the order of event delivery: https://stripe.com/docs/webhooks#event-ordering
It is possible that the customer.subscription.created event with incomplete status comes later than customer.subscription.updated event with active status
i see, so in such a case, if i were to call the API to check on this subscription with its id, it will give me the latest status?
Yes, correct!
ok great thanks!