No, our API Hooks do not have a retry policy on failure. They are a one-off per verification.
Here is an example of the flow:
1. User goes through the widget.
2. Widget successfully completes the entire journey.
3. A success hook is sent.
- If we get a 200 from your server, we will log out in our DB that the webhook was sent out successfully.
- If we don't get a 200 from your server, we will log out in our DB that the webhook was not sent out successfully.