eID Check
Run an eID check
This check can only be initiated through a Workflow Session and is not supported for direct API calls.
Result object
The result object is only returned when the status of the check is complete . It has two components - outcome and breakdown.
Outcome
The outcome attribute represents the overall check result. Returned values include:
clear: Indicates every analysis type conducted returned a successful result.attention: Indicates at least one of the analysis results requires attention.not_processed: Indicates that ComplyCube was not able to retrieve the eID data required to run a check.
Breakdown
The breakdown comprises the following objects:
eIDInformation object
eIDInformation objectThis represents the data retrieved from the eID authority. It has the following constituents:
assuranceLevel: The assurance level of the eID verifcation result. Values include:highmediumlow
issuingCountry: The issuing country of the eID scheme. This will be the two-letter country ISO code.holderDetails: The client data retrieved from the eID scheme:firstName: The list of first/given names as an array.middleName: The list of middle names as an array.lastName: The list of last names as an array.dob: The date of birth. This will be a structured date.gender: The gender. Values include:malefemaleother
nationality: The nationality. This will be the two-letter country ISO code.socialInsuranceNumber: The social insurance number.nationalIdentityNumber: The national identity number.taxIdentificationNumber: The tax identification number.address: This will be the structured address, which includes the following:propertyNumber: The property number.line: The address line.city: The address city.state: The address state.postalCode: The address postal code.country: The address country. This will be the two-letter country ISO code.
Analysis
For each conducted analysis, the returned values include:
clear: Indicates the analysis returned a successful result.attention: Indicates the analysis returned a result that requires a review.not_processed: Indicates the analysis was not conducted.
identityVerification object
identityVerification objectThe identity verification results. It has the following constituents:
name: Indicates whether the client's name matches the eID scheme record.dob: Indicates whether the client's date of birth matches the eID scheme record.nationality: Indicates whether the client's nationality matches the eID scheme record.address: Indicates whether the client's address matches the eID scheme record.socialInsuranceNumber: Indicates whether the client's social insurance number matches the eID scheme record.nationalIdentityNumber: Indicates whether the client's national identity number matches the eID scheme record.taxIdentificationNumber: Indicates whether the client's tax identification number matches the eID scheme record.
clientValidation object
clientValidation objectThe client validation results. It has the following constituents::
firstName: Indicates whether the client provided first name matches the retrieved first name.lastName: Indicates whether the client provided last name matches the retrieved last name.dob: Indicates whether the client provided date of birth matches the retrieved date of birth.address: Indicates whether the client provided address matches the retrieved address.socialInsuranceNumber: Indicates whether the client provided social insurance number matches the retrieved social insurance number.nationalIdentityNumber: Indicates whether the client provided national identity number matches the retrieved national identity number.taxIdentificationNumber: Indicates whether the client provided tax identification number matches the retrieved tax identification number.
Sample Response
Last updated
Was this helpful?