Webhook Event Flow
See the image below for a simple example of what webhook events may fire for a standard business transaction. Please note that events sent in quick succession with retries may arrive out of order - your application should take this into account when using webhooks to update the state of your application. You can also use any webhook event as a trigger to call Retrieve Transaction to determine the detailed_status
.
![](https://files.readme.io/2c45128-Sample_Webhook_Event_Flow_2.png)
Updated 11 months ago