#nachofranco14
1 messages · Page 1 of 1 (latest)
Hi there, the events are not guaranteed to be received in the same sequence as they are generated.
So sometime you will receive invoice.paid first, sometimes invoice.payment_succeded first.
that doesn't matter in that case 🙂
is there a place where I can check that info?
like, which is the expected order of events?
https://stripe.com/docs/billing/subscriptions/webhooks this doc is pretty good in explaining the various events invovled in subscritpion
once an invoice is finalized, it will be later either payment_failed or payment_succeeded, right?