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
Object
Personal details of the subject (See Person Details below)
Object
Additional information about the subject (See Additional Information below)
person
firstName
String
First name of the subject.
middleNames
Array
Array of middle names (if any).
lastNames
Array
Array of last names.
dateOfBirth
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
building
String
Building number of the current address.
thoroughfare
String
Street name of the current address.
locality
String
Locality or city of the current address.
postalCode
String
Postal code of the current address.
country
String
Country of the current address.
phones
type
String
Type of phone (e.g., Landline).
number
String
Phone number.
additionalInformation
Array
Array of identity documents (See Identity Document Details below)
identityDocuments
documentType
String
Type of identity document (e.g., Identity Card).
documentNumber
String
Number of the identity document.
country
String
Country of issuance of the identity document.
profiles
id
String
Unique identifier for the profile.
version
Integer
Version number of the profile.
Example Input
Response Content
timestamp
String
Timestamp of the authentication result.
authenticationID
String
Unique identifier for the authentication process.
Object
Profile information (See Profile Information below)
country
String
Country associated with the authentication result.
Object
Detailed result information (See Result Details below)
profile
id
String
Unique identifier for the profile.
name
String
Name of the profile.
version
Integer
Version number of the profile.
revision
Integer
Revision number of the profile.
state
String
State of the profile (e.g., Test, Active).
result
List
List of item check results (See Item Check Result below)
itemCheckResults
id
Integer
Unique identifier for the item check result.
name
String
Name or identifier of the item check.
description
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
type
String
Type of result code (e.g., Comment or Match).
code
Integer
Numeric code representing the result.
description
String
Description of the result code.
flags
pass
String
Status indicating whether the check passed (e.g., Match).
alert
String
Status indicating whether an alert was triggered (e.g., Nomatch).
person
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