Reusable KYC

Sumsub's Reusable KYC functionality enables the secure import of existing applicant profiles between different Sumsub client platforms, streamlining verification processes.

Prerequisites for enabling Data Sharing is a signed tripartite agreement. The tripartite agreement outlines personal data sharing between Partner Service, Sumsub, and Encryptus. For more detailed information, see Sumsub's documentation: https://docs.sumsub.com/docs/reusable-kyc#how-reusable-kyc-via-api-works

circle-info

Important note:

  • Validity: The generated token has a limited validity period of 1200 seconds.

  • One-Time Use: The token is invalidated immediately after it has been successfully used for an import.

Before initiating an import, Partner Service must generate a share token.

Endpoint:

Import KYC (GET)
GET https://gateway.noxxo.com/v1/partners/kyc/individual/importKyc

Sumsub copies the applicant data from one partner dataset to another when their check flows coincide. As all applicants have unique IDs, you will be able to see the source ID from which your applicant was imported. If the applicant profile has a questionnaire attached, a copy of this questionnaire will be created and attached to the new applicant profile.

Path Parameters

Name
Type
Description

shareToken*

String

The share token generated upon execution of the request.

userEmail*

String

Registered email of the user.

*Parameters marked with * are required.

Last updated