Verify International Passport
Passport Verification
POST
{{baseurl}}/v2/api/identity/ke/passport
Headers
token*
String
API secret token
Request Body
id*
String
Candidates passport number
isSubjectConsent*
Boolean
Indicate subject has given consent. Must be true
validations
Object
Validation object
data
Object
Validation data object
lastName
String
lastname to compare against ID
firstName
String
first name to compare against ID
dateOfBirth
String
date of birth to compare against ID
selfie
Object
selfie validation object
image
String
Base64 or URL of selfie image to compare against ID
metadata
Object
Metadata object. Any valid object can be passed here. It gets returned as is.
Passport Verification
Passport verification is used to verify that a provided Kenyan International Passport number exists in the database. It shows the full information of the Passport holder;
Passport Facial Matching
Passport Facial Matching is used to verify that a Passport is valid and also that image provided matches the image in the database. This includes a confidence score of the facial matching.
Passport Validation
Passport Validation is used to verify a Passport and compare given data parameters against the data present in the government database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not.
Passport Full Sample Request
This is a sample request that contains all the parameters as described above, all in one call.
Last updated