#tarcisio
1 messages · Page 1 of 1 (latest)
Hi there!
Yes, this is expected to happen, as explained here: https://stripe.com/docs/webhooks/best-practices#event-ordering
Note that if you are using subscriptions, you should probably listen to customer.subscription.created or invoice.paid or checkout.session.completed, instead of payment_intent.xxx.
You can learn more about this here: https://stripe.com/docs/billing/subscriptions/webhooks