What are Webhooks?

Webhooks are a feature that allows you to receive real-time notifications when specific events occur. They automatically send alerts to a designated URL whenever KYC data changes or new information is added.

1. Explore Webhook Event Types

Receive real-time updates through ARGOS Identity webhooks

By utilizing webhooks, you can monitor all stages of the KYC process in real-time and take immediate action when necessary, enabling more efficient management of your customer onboarding process.

2. Register Webhook Events

1

Dashboard Login

Log in to the ID Check Dashboard.

2

Access Settings Menu

Click on the Settings menu in the top navigation bar of the dashboard.

3

Navigate to Access Management

Select Access Management from the General section in the left sidebar.

4

Enter Webhook URL

Find the Webhook URL section and enter your desired webhook address in the input field. The URL must use the HTTPS protocol and be in a valid format.

5

Save Settings

Click the Save button at the bottom of the page to apply the changes.

3. Activate Encryption Option for Secure Data Transfer

ARGOS Identity provides an encryption option to protect sensitive KYC data transmitted through webhooks. When this feature is activated, all webhook data is automatically encrypted, enabling more secure information exchange.

a. What does encrypted webhook data look like?

Encrypted webhook responses are delivered in the following format:

data-encrpyted.json
{
  "response": {
    "body": "encrypted-string"
  }
}

Here, encrypted-string is the result of encrypting the original data.

b. Easily Set Up the Encryption Option

1

Dashboard Login

Log in to the ID Check Dashboard.

2

Access Settings Menu

Click on the Settings menu in the top navigation bar of the dashboard.

3

Navigate to Access Management

Select Access Management from the General section in the left sidebar.

4

Enable Secure Data Transfer

Turn on the “Secure Data Transfer” option.

5

Save Settings

Click the Save button at the bottom of the page to apply the changes.

Now that all webhook data is encrypted during transmission, you can exchange important information generated at each stage of the KYC process more securely.