Some clients are legally required to hold a copy of their customers' Personal data. In this case you can retrieve any of the data points relative to a verification the the Passbase API. The Passbase API will return all of the data points extracted from the provided identity document, and any metadata relative to the verification.
Getting Started
We recommend you request & store as few pieces of information as possible about your users in your backend. This decreases your data liability to the extent, that you only have to protect the data you truly need. If you only care that a user has been verified or is over a certain age, then you should store this as a boolean (true/false) once Passbase has completed the identity or age verification of that user.
Data Returned
- Identity Access Key
- Final approval or rejection status
- Total Verification Score
- Created time
- Updated time
- Owner
- First name
- Last name
- Email address
- Identity document resources
- Requested background check documentation
- Metadata passed through client-side SD
Drivers License
Parameter |
Description |
first_names |
First names of the user the Drivers License belongs to |
last_name |
Last name of the user the Drivers License belongs to |
document_number |
Unique document number of the Drivers License |
document_origin_country |
Origin country of the Drivers License |
nationality |
Nationality of the user the Drivers License belongs to |
date_of_birth |
Date of birth of the user the Drivers License belongs to |
sex |
Gender of the user the Drivers License belongs to |
place_of_birth |
Place of birth of the user the Drivers License belongs to |
date_of_issue |
Date of issue of the Drivers License |
date_of_expiry |
Date of expiration of the Drivers License |
authority |
Issuing authority of the Drivers License |
drivers_license_categories |
Category of the Drivers License |
address |
Address of the user the Drivers License belongs to |
city |
City of the user the Drivers License belongs to |
country |
Country of the user the Drivers License belongs to |
street |
Street of the user the Drivers License belongs to |
zip_code |
Zip code of the user the Drivers License belongs to |
id_authenticity_factor |
ID authenticity score of the Drivers License |
face_match_factor |
Face match score of the Drivers License |
National ID Card
Parameter |
Description |
first_names
|
First names of the user the National ID Card belongs to |
last_name
|
Last name of the user the National ID Card belongs to |
document_number
|
Unique document number of the National ID Card |
document_origin_country
|
Origin country of the National ID Card |
nationality
|
Nationality of the user the National ID Card belongs to |
date_of_birth
|
Date of birth of the user the National ID Card belongs to |
sex
|
Gender of the user the National ID Card belongs to |
place_of_birth
|
Place of birth of the user the National ID Card belongs to |
date_of_issue
|
Date of issue of the National ID Card |
date_of_expiry
|
Date of expiration of the National ID Card |
authority
|
Issuing authority of the National ID Card |
raw_mrz_string
|
Unique raw mrz string of the National ID Card |
mrtd_issuing_country |
Mrtd issuing country of the National ID Card |
address
|
Address of the user the National ID Card belongs to |
city
|
City of the user the National ID Card belongs to |
country |
Country of the user the National ID Card belongs to |
street |
Street of the user the National ID Card belongs to |
zip_code
|
Zip code of the user the National ID Card belongs to |
personal_id_number
|
Personal ID number of the end user the National ID Card belongs do |
id_authenticity_factor
|
ID authenticity score of the National ID Card |
face_match_factor
|
Face match score of the National ID Card |
Passport
Parameter |
Description |
first_names
|
First names of the user the Passport belongs to |
last_name
|
Last name of the user the Passport belongs to |
document_number
|
Unique document number of the Passport |
document_origin_country
|
Origin country of the Passport |
nationality
|
Nationality of the user the Passport belongs to |
date_of_birth
|
Date of birth of the user the Passport belongs to |
sex
|
Gender of the user the Passport belongs to |
place_of_birth
|
Place of birth of the user the Passport belongs to |
date_of_issue
|
Date of issue of the Passport |
date_of_expiry
|
Date of expiration of the Passport |
authority
|
Issuing authority of the Passport |
application_receipt_number
|
Application receipt number of the Passport |
immigrant_case_number |
Immigrant case number of the user the Passport belongs to |
mrtd_document_code
|
Unique mrtd document code of the Passport |
raw_mrz_string |
Unique raw mrz string of the Passport |
mrtd_alien_number |
Unique mrtd alien number of the user the Passport belongs to |
mrt_verified |
Boolean representing if the Passport is mrtd verified |
mrtd_issuing_country
|
Mrtd issuing country of the Passport |
id_authenticity_factor
|
ID authenticity score of the Passport |
face_match_factor
|
Face match score of the Passport |
Want to learn more? Check out our privacy policy.