Identity verification with ConnectPay provider

If you do not have an identity verification (IDV) provider or do not have the possibility to manage your client data, you can use the ConnectPay solution for ID verification.

You can find the ConnectPay supported providers list in the endpoint description.

Use this endpoint to do IDV for private clients or corporate client representatives.

Identity verification with ConnectPay provider steps:

  1. With the received link, ask the client to perform identity verification.
  2. After successful IDV, the client will be redirected back or to successUrl if provided.
    1. If IDV fails, then the client will be redirected back or to failureUrl if provided.
    2. If IDV is dropped without ending the flow, the client will be redirected back or to dropUrl if provided.
  3. The Platform must receive the application status IDV_APPROVED:
  4. If the Platform received the status IDV_DECLINED or IDV_TOKEN_EXPIRED then need to start again from the first step

Possible identity verification statuses

StatusDescription
IDV_TOKEN_GENERATEDThe IDV of the end user has been approved
IDV_APPROVEDThe IDV of the end user has been declined
IDV_DECLINEDThe IDV of the end user has expired and a new token must be generated
IDV_TOKEN_EXPIREDThe IDV of the end user has expired and a new token must be generated

Open an account for a private client

Open an account for a corporate client

Scroll to Top