πGlobal
Validate government-issued IDs and personal identifiable information (PII) globally
The Youverify eIDv service API allows you to validate user-provided data and personal identifiable information (PII) like government-issued IDs, names, mobile numbers, and addresses against government, authoritative and commercial data sources in multiple countries.
Kindly note special annotations for some countries.
Global ID Validation
POST
{{baseurl}}/v2/api/identity/global/validate
Headers
Name | Type | Description |
---|---|---|
token* | String | API secret token |
Request Body
Name | Type | Description |
---|---|---|
id* | String | Candidate's National ID. (Only Required by Argentina, Brazil, Chile, China, Colombia, Denmark, Finland, India, , Mexico, Norway, Singapore, South Africa, Sweden, Turkey, and the United States.) |
isSubjectConsent* | Boolean | Indicate that subject has given consent. |
lastName* | String | Last name to compare against the ID and/or credit file (Only Required by Argentina, Australia, Austria, Belgium, Canada, Czech Republic, Finland, France, Germany, Gibraltar, Hong Kong, Ireland, Italy, Japan, Luxembourg, Malaysia, Netherlands, New Zealand, Norway, Philippines, Poland, Portugal, Slovakia,, Switzerland, Turkey, United Kingdom, and the United States) |
firstName* | String | First name to compare against an ID and/or credit file (Only Required by Argentina, Australia, Austria, Belgium, Canada, Czech Replublic, Finland, France, Germany, Gibraltar, Hong Kong, Ireland, Italy, Japan, Luxembourg, Malaysia, Netherlands, New Zealand, Norway, Philippines, Poland, Portugal, Slovakia, , Switzerland, Turkey, the United Kingdom, and the United States) |
dateOfBirth* | String | Date of Birth to compare against ID and/or credit file (Only Required by Belgium, Chile, Hong Kong, Ireland, Malaysia, Netherlands, Philippines, Singapore, and Turkey) |
fullName* | String | Full name of the candidate to compare against the ID and/or credit file. (Only Required by Austria, Brazil, Canada, Chile, China, Colombia, France, Germany, Gibraltar, Malaysia, and Singapore.) lastName and firstName can also be used where fullName is required. |
mobile* | String | Phone Number to compare against the ID and/or credit file. (Only Required by Norway, and the Philippines) |
advanced | Boolean | Perform an Advanced Search. This option enable you to search multiple data sources simultaneously to increase coverage and accuracy. (Not available in the Czech Republic, Gilbraltar, Greece, Hong Kong, Ireland, Japan, Luxembourg, Malaysia, Singapore, Slovakia, , Switzerland, Thailand, Turkey, the United Kingdom, Nigeria, Kenya and Ghana) |
addressDetails | Object | Address details object |
addressLine1 | String | Address line to compare against the ID and/or credit file. (Required by Austria, Canada, France, Germany, United Kingdom, and the United States) Individual components can also provided, such as House Number and Street Name |
addressLine2 | String | Address line to compare against ID and/or credit file. |
houseNumber | String | House number to compare against the ID and/or credit file. (Only Required by Australia, Austria, Canada, France, Germany, Ireland, Italy, Netherlands, New Zealand, Norway, Poland, and Portugal) |
street | String | Street name to compare against an ID and/or credit file. (Required by Australia, Austria, Canada, Germany, Ireland, Italy, New Zealand, Poland, Portugal and ) |
city | String | City name to compare against the ID and/or credit file. (Only Required by Austria, Czech Republic, France, Germany, Ireland, Italy, Malaysia, New Zealand, Norway, Poland, Portugal, Slovakia, United Kingdom and the United States.) |
postalCode | String | Postal code to compare against the ID and/or credit file. (Only Required by Australia, Austria, Canada, France, Germany, Ireland, Italy, Malaysia, Netherlands, New Zealand, Norway, Poland, Portugal, , Switzerland, United Kingdom and the United States.) |
state | String | State name to compare against the ID and/or credit file. (Only Required by Australia, Austria, Canada, Ireland, Italy and Malaysia.) |
countryCode | String | Country code The country code of the address. Use the two-letter country codes that comply with ISO 3166-1 alpha-2. |
countryCode* | String | Country code for validation The country code must match the ID issuing country. Use the two-letter country codes that comply with ISO 3166-1 alpha-2 |
Last updated