#Escanor
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Yes we cannot guarantee the timing of webhook event delivery. In cases where you want to ensure the snapshot you receive is the current state of the Payment Intent, it is recommended you either check the status & created (to make sure you don't update to an earlier state) or use the Retrieve API to get the current state of the PI.
Well that's the thing, the created is the same for both events ๐ I thought of doing it with the status at first, but for scalability and possible scenarios, it could get ugly really fast...
So alrighty then, retrieve API it is ๐
Thanks for confirming this ๐