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
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.
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
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.
country
String
Country associated with the authentication result.
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
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.
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