Applicant actions
Perform additional verification with the help of applicant actions.
An action is an additional check that you can configure in your verification level settings. Actions can be triggered by specific events performed by applicants.
For example, every time your applicants make a transfer or payment, they are asked to confirm their identity by passing an action check.
You can set the following checks as actions:
- Liveness & Face match
- Payment method checks
- Questionnaire
- Email and phone verification
- Selfie and 2nd selfie.
Note
- Passing an action check does not affect the current applicant verification status.
- To check crypto transactions and e-wallets, we recommend to create specific applicant actions where no verification level configuration is required.
Create verification levels with applicant actions
To use applicant actions:
- In the Dashboard, open the Individuals page and click Create level.
- On the Steps tab, from the Type drop-down list, select Applicant actions.
- Set up the steps your applicants should take to get verified with applicant actions. Make sure your steps include only any of the following verification methods. Otherwise the Applicant actions option will not be available:
- Selfie
- 2nd selfie
- Payment methods
- Questionnaire
- Phone verification
- Email verification
- Continue with setting up the level as required and save your changes when done.
Upon verification, the applicant action check results will be available in the applicant profile.
Initialize WebSDK for applicant actions
To initialize the WebSDK for using applicant actions:
- Set up a verification level with applicant actions as describe above.
- Generate an access token using this API method and specify the following parameters to be passed to the WebSDK:
externalActionId
userId
- Install an NPM package or use CDN version of the script and launch it with
accessToken
you generated at the previous step.
Updated about 1 month ago