Webhook logs

Monitor webhook logs in real-time to track and resolve issues.

On this page, you can learn how to read and analyze webhook logs to monitor delivery and resolve issues.

In the Dashboard, open the Dev space and go to the WebhooksWebhook logs section to view the logs.

You can use the Status and Webhook type filters to specify what type of webhook you want to find.

📘

Mind the following:

  • Check the createdAtMs field of the webhook payload to make sure that you are getting the relevant applicant status.
  • Not receiving an answer from a webhook endpoint for more than 5 seconds is considered to be a timeout, and our service will try to resend the same webhook later.
  • When a webhook HTTP request fails, we attempt to resend it four times: after 5 minutes, 1 hour, 5 hours, and 18 hours until the request succeeds.
  • If a webhook event is automatically disabled, you will receive an email notification.

The following table describes each column in the Webhook logs section.

Field

Description

Triggered source

The Triggered source column displays a link to the applicant whose status update triggered the webhook.

Webhook

In the Webhook column, you can see a name and type of the webhook that was triggered. For more details on webhook types, see User Verification, Transaction Monitoring, Case management, and Fraud Network Detection webhooks.

Status

The Status column indicates the status of the webhook, whether it was successfully sent or if an error occurred.

HTTP code

In the HTTP code column, you get information about the response code from the receiving server-for example, 200 if the webhook was successfully delivered, or 400/500 if an error occurred.

First sent

The First sent column provides the date and time of the first attempt to send the webhook for this applicant.

Last sent

The Last sent column provides the date and time of the most recent attempt to send the webhook for this applicant, if a resend was needed.

Next Scheduled

In the Next Scheduled column, we specify the date and time of the next retry attempt, if the webhook was not delivered.

View webhook details and resend webhooks

  • Click the Details icon in the specific webhook log to learn more about this event. In the popup window, you can also check the number of failures and view the payload (body of the webhook message) with all the details of the webhook event. Additionally, the system provides the body of the error message, allowing you to copy it and investigate the error on your side.
  • Click Resend in the webhook event or Details popup if needed, for instance, if the webhook was not delivered.