#jamie_97274
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
๐
Stripe doesn't guarantee the event order https://stripe.com/docs/webhooks#event-ordering
I see, confusing
yes what you can do is basically ignore the create event if the PI Id exists already in your DB
or you can ignore it always, just not listen to it
and only focus on payment_intent.succeeded
let me know if you need any more help