Available notifications
We send verification_approved
and verification_rejected
notifications for each KYC level and add-on that you have requested initially and they can come in any order. Given the client requested basic
KYC level with liveness
add-on, for example, we will send 2 notifications of the same type with different values (basic
and liveness
) provided in a level
field. Available values are described in the KYC levels section.
The order of callbacks to webhook endpoints is not guaranteed. See Delivery section for details.
Verification approved
Once the user is approved, the partner can get notified about the user verification process being completed. Upon getting verification_approved
notification, the partner can use a specified user access token and retrieve the latest information about the user and/or perform its business logic.
Example payload:
User contacted
Once the user is requested for additional information, the partner can get notified about the user verification process being marked for contact.
Example payload:
Verification rejected
When the user fails verification for the selected level, the partner can get a webhook notification about the rejection. This can be caused by fake or expired documents, refusal to provide proof documents for certain validations, inability to pass a liveness check, etc. Fractal does not disclose the exact reason for rejection via the webhook call. Upon getting verification_rejected
notification, the partner should mark the user internally as failed to pass the verification.
Example payload:
idOS - credentials have been shared
Webhook is used by ID when credentials have been approved and shared on behalf of the user. The application can now query and decrypt shared credentials from Kwill.
The user's email has been changed
Once the user confirms their email change, this webhook is triggered with a new email and a user ID.
Example payload:
Last updated