Initiate a new KYC verification session for a user.
Redirect to Verification
Generate a unique URL to redirect the user to the verification flow.
Get KYC Status
Check the current status of a user's KYC verification process.
Each successful KYC verification is subject to a fee. For more details on fees, refer to the Fees page.Performing this verification flow replaces the manual addition of KYC files via the Add KYC File endpoint, as the user will directly upload documents through the P100 verification process.
Creating KYC verification: Initiate the verification process using the /v1/kyc endpoint.
3.
Redirect to verification: Redirect the user to the P100 verification page using the provided URL from the /v1/kyc/verification/:externalUserId/:verificationId endpoint.
4.
Get KYC status: Check the verification status using the /v1/kyc/status/:externalUserId endpoint.
5.
Add user document verification: Once KYC verification via P100 is complete, finalize the user's document verification using the Add User Verification endpoint in the User module.