If you do not have identity verification (IDV) provider or do not have possibility to manage your client data, you can use ConnectPay solution for ID verification.
IDV endpoint you can find here. With this endpoint you will get the link. With this link redirect your client to the ConnectPay branded IDV provider’s page. After verification is done, you will get notification about status.
You can find ConnectPay supported providers list in the endpoint description.
Use this endpoint if you want to do IDV for private client or corporate client representatives.
Identity verification with ConnectPay provider steps:
- Request identify verification redirect link via endpoint POST Initiate IDV session. With success response you get redirect link, ConnectPay created
personid
and IDV status - With the received link ask client to perform identity verification
- After successful IDV client will be redirected back or to
successUrl
if provided:- If IDV is failed, then client will be redirected back or to
failureUrl
if provided - If IDV is dropped without ending the flow client will be redirected back or to
dropUrl
if provided
- If IDV is failed, then client will be redirected back or to
- Platform must receive application status
IDV_APPROVED
:- via webhook IDV status change notification. You can find information here how to subscribe ConnectPay webhooks
- or via endpoint GET IDV status
- If Platform received status is
IDV_DECLINED
or IDV_TOKEN_EXPIRED
then need to start again from the first step - When Platform has client IDV with status IDV_APPROVED and ConnectPay created
personid
, needs to provide additional details about client to open an account. Depends on client type (private or corporate) required to call endpoint POST Initiate personal application or POST Initiate business application.
Possible identity verification statuses
Status | Description |
---|---|
IDV_TOKEN_GENERATED | The IDV token of the end-user has been generated |
IDV_APPROVED | The IDV of the end-user has been approved |
IDV_DECLINED | The IDV of the end-user has been declined |
IDV_TOKEN_EXPIRED | The IDV of the end-user has been expired and new token must be generated |