Verifications
Verifications
The Verifications action is one of the primary services within the ID3global API. This action enables to submit available information about a data subject and performs an identity verification.
Input
Attribute | Type | Description |
---|---|---|
Object | Personal details of the subject (See Person Details below) | |
Object | Additional information about the subject (See Additional Information below) |
person
Attribute | Type | Description |
---|---|---|
| String | First name of the subject. |
| Array | Array of middle names (if any). |
| Array | Array of last names. |
| String | Date of birth of the subject. |
Object | Current address details (See Address Details below) | |
Array | Array of phone details (See Phone Details below) |
currentAddress
Attribute | Type | Description |
---|---|---|
| String | Building number of the current address. |
| String | Street name of the current address. |
| String | Locality or city of the current address. |
| String | Postal code of the current address. |
| String | Country of the current address. |
phones
Attribute | Type | Description |
---|---|---|
| String | Type of phone (e.g., Landline). |
| String | Phone number. |
additionalInformation
Attribute | Type | Description |
---|---|---|
Array | Array of identity documents (See Identity Document Details below) |
identityDocuments
Attribute | Type | Description |
---|---|---|
| String | Type of identity document (e.g., Identity Card). |
| String | Number of the identity document. |
| String | Country of issuance of the identity document. |
profiles
Attribute | Type | Description |
---|---|---|
| String | Unique identifier for the profile. |
| Integer | Version number of the profile. |
Example Input
Response Content
Attribute | Type | Description |
---|---|---|
| String | Timestamp of the authentication result. |
| String | Unique identifier for the authentication process. |
Object | Profile information (See Profile Information below) | |
| String | Country associated with the authentication result. |
Object | Detailed result information (See Result Details below) |
profile
Attribute | Type | Description |
---|---|---|
| String | Unique identifier for the profile. |
| String | Name of the profile. |
| Integer | Version number of the profile. |
| Integer | Revision number of the profile. |
| String | State of the profile (e.g., Test, Active). |
result
Attribute | Type | Description |
---|---|---|
List | List of item check results (See Item Check Result below) |
itemCheckResults
Attribute | Type | Description |
---|---|---|
| Integer | Unique identifier for the item check result. |
| String | Name or identifier of the item check. |
| String | Description of the item check. |
Array | List of result codes (See Result Code below) | |
Object | Flags object indicating the result status (See Flags below) |
resultCode
Attribute | Type | Description |
---|---|---|
| String | Type of result code (e.g., Comment or Match). |
| Integer | Numeric code representing the result. |
| String | Description of the result code. |
flags
Attribute | Type | Description |
---|---|---|
| String | Status indicating whether the check passed (e.g., Match). |
| String | Status indicating whether an alert was triggered (e.g., Nomatch). |
| Object | Object is generated during the verification process based on provided input data. It includes various attributes related to an individual's personal information, with each field containing a status flag indicating a match or no match. |
Example Response
Last updated