Our webhooks do not have a retry policy on failure. We send one per verification.
Example flow
1. User logs in through the Widget.
2. The full Widget journey is successful.
3. We send a success hook.
Logging
If we get a 200 from your server, we log in our database that the webhook was successful.
If we don't get a 200 from your server, we log that the webhook was not successful.
For more on webhooks, see our Developer Documentation.