An applicant action is an additional check (event) that can be processed for an approved applicant. For more information, see this article.
Initialize WebSDK for applicant actions
To initialize the WebSDK for using applicant actions:
- Set up a verification level:
- From the Type drop-down list, select Applicant actions.
- From the Action type drop-down list, select an action type that you want to use. For example, Face authentication.
- Generate an access token with
externalActionId
anduserId
to pass it to the WebSDK. - Install an NPM package or use CDN version of the script and launch it with
accessToken
you generated at the previous step.