Setup requirements
Before you can use the Sumsub KYC Connector, both the donor (your Sumsub account where users complete verification) and the recipient (Uphold’s Sumsub account) must be properly configured in Sumsub’s dashboard to enable Reusable KYC data sharing. Please reach out to your Uphold account manager to help coordinate the setup with you. Once the setup is complete, sharing happens via a share token that you must generate for a given applicant. Uphold uses this token to copy the applicant’s KYC data and documents.Supported processes
The Sumsub KYC Connector supports ingestion of the following KYC processes. Each process has specific considerations you should be aware of:Profile
Ingests profile information such as the user’s full name, date of birth, place of birth, and citizenship. The source fields from Sumsub used for this process are as follows:fullName: Sourced fromfixedInfo.firstName,fixedInfo.middleName, andfixedInfo.lastName. Falls back to the same fields oninfoiffixedInfois not available.birthdate: Sourced fromfixedInfo.doborinfo.dob.birthplace: Sourced fromfixedInfo.countryOfBirthfor the country andfixedInfo.placeOfBirthorinfo.stateOfBirthfor the town. Falls back to the same fields oninfoiffixedInfois not available.primaryCitizenship: Sourced fromfixedInfo.nationalityorinfo.nationality.
ingestion.result.profile field in the specification for more details. Furthermore, here’s a breakdown of errors that can happen for this process:
Address
Ingests address information by matching addresses from the Sumsub applicant against the user’s country and subdivision provided via the Create User endpoint. The ingestion follows a prioritized matching strategy:- Declared addresses: If the applicant has
fixedInfo.addresses(declared addresses), these are the only only addresses added to the prioritized list (step 2 and 3 are skipped). - Address from verification step: If the applicant has completed a Proof of address verification step with a
GREEN(approved) review result, the address from the associated document is added to the prioritized list. - All other applicant addresses: All other addresses from the applicant’s
info.addressesare added to the prioritized list with addresses sourced fromproofOfAddressdocuments prioritized over other sources.
- Country and subdivision match: From the prioritized list, the ingestion looks for an address that matches both the user’s existing subdivision and country in Uphold.
- Country-only match: If no exact match is found and either the user’s existing address or the Sumsub address has an empty subdivision, the ingestion will match by country only.
provider_data_not_available error.
Please check the ingestion.result.address field in the specification for more details. Furthermore, here’s a breakdown of errors that can happen for this process:
Identity
Ingests government-issued identity data, including document type, number, issuing country, expiration date, and biographic information. This process requires that the Sumsub verification level completed by the applicant includes both Identity document and Selfie verification steps. The exact settings for these steps (e.g., document types allowed) should match Uphold’s KYC compliance requirements. If the applicant has completed both steps but the settings do not align with Uphold’s requirements, the ingestion for this process will fail. Please consult with your Account Manager to ensure proper configuration. Please check theingestion.result.identity field in the specification for more details. Furthermore, here’s a breakdown of errors that can happen for this process:
Proof-of-address
Ingests proof-of-address documentation, such as utility bills, bank statements, or government correspondence. This process requires that the Sumsub verification level completed by the applicant includes a Proof of address verification step. The exact settings for this step (e.g., document types allowed) should match Uphold’s KYC compliance requirements. If the applicant has completed a step but the settings do not align with Uphold’s requirements, the ingestion for this process will fail. Please consult with your Account Manager to ensure proper configuration. Please check theingestion.result.proofOfAddress field in the specification for more details. Furthermore, here’s a breakdown of errors that can happen for this process: