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
Before initiating an import, Partner Service must generate a share token.
Endpoint:
GET https://gateway.noxxo.com/v1/partners/kyc/individual/importKycSumsub 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.
Sumsub copies the applicant data from the partner’s dataset and runs all required checks again to ensure compliance. Note that if Partner Service flow does not include an AML check, Encryptus cannot use applicant copying without rechecks.
Path Parameters
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