Webhook
Last updated
Last updated
The following are scenarios when alarm data is sent to the server via Webhook:
A Webhook is triggered when the AddOn FaceAuth has been submitted and the result (auth_status) has been determined.
The Webhook will be sent to the Webhook URL registered under the existing KYC Project.
The Webhook Trigger is identified as faceAuth.
Name | Value | Description |
---|---|---|
webhook_trigger
‘faceAuth’
Type of Webhook being sent - faceAuth
: Triggered when Face Auth has been submitted and the final result (auth_status
) has been determined.
Authentication_id
{authentication_id}
A unique ID for each Face Auth submission.
data
data.Submission_id
{submission_id}
kyc submission Id
data.Auth_Status
approved / rejected
The final result of Face Auth.
data.Create_Time
{create_at}
The time of Face Auth submission.
data.User_id
{userid}
Internally used user ID; used to identify which user has submitted the Face Auth in the existing system. ※This is provided as an option. If the userid parameter is included when submitting the Face Auth, it will be transmitted.
data.cf1
{cf1}
data.cf2
{cf2}
data.cf3
{cf3}