Use this API to retrieve unique identifiers (submission_id
) and email addresses of duplicated KYC submissions. Duplications are determined by matching name, date of birth, nationality, gender, and facial data.
applicant_id
is generated by comparing five data points: name, date of birth, gender, nationality, and selfie.submission
will be returned.applicant_id
is first obtained using the GET/submission
API.applicant_id
is generated.Field Name | Description | Data Type |
---|---|---|
submission_id | Unique identifier of the duplicate submission | String |
duplicated_information | A unique ID is generated based on name, date of birth, gender, and nationality for duplicate checks. (*Always generated when all four criteria are provided.) | String |
email | Email address linked to the duplicate submission | String |