International Passport
Allows merchants to verify information of users using Passport.
With our Kenyan international passport verification endpoint, businesses can quickly and easily verify the authenticity of a Kenyan customer's passport, ensuring that their identity is legitimate and up-to-date.
Using the international passport verification endpoint assists businesses to verify the identity of customers with greater accuracy and speed, while also providing valuable data to enhance service offerings.
All you need to provide to use this endpoint is your customer’s first name, last name and passport number.
TEST DATA
number: AK0000000
POST
{{URL}}/biometrics/merchant/data/verification/ke/passport
Request Header
Key | Description |
---|---|
x-api-key | Your Secret Key |
app-id | Your app id |
Request Body
Key | Description |
---|---|
number | Passport number |
Sample Response
{
"status": true,
"response_code": "00",
"data": {
"identity_type": "PASSPORT NUMBER",
"identity_number": "AK0000000",
"identity_name": "John Doe",
"date_of_birth": "18/04/1991 12:00:00 AM",
"gender": "M",
"photo": "",
"transaction_id": "kjdfhgjkdgjd",
"usr_password": "9$10",
"place_of_birth": "",
"place_of_live": "",
"date_of_issue": "4/18/2021 12:00:00 AM",
"id_serial_number": "",
"expiry_date": "",
"signature": ""
}
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
response_code | Represents the response code. |
data | It is a string that contains some encrypted or encoded data related to the verification. |
identity_type | The type of identity document, in this case a passport. |
identity_number | The number of the identity document. |
identity_name | The name of the individual to whom the identity document belongs. |
date_of_birth | The date of birth of the individual to whom the identity document belongs. |
gender | The gender of the individual to whom the identity document belongs. |
photo | A photo of the individual to whom the identity document belongs. |
transaction_id | The ID of the transaction that resulted in the issuance of the identity document. |
usr_password | The password of the individual to whom the identity document belongs. |
place_of_birth | The place of birth of the individual to whom the identity document belongs. |
place_of_live | The current place of residence of the individual to whom the identity document belongs. |
date_of_issue | The date on which the identity document was issued. |
id_serial_number | The serial number of the identity document. |
expiry_date | The date on which the identity document expires. |
signature | The signature of the individual to whom the identity document belongs. |
Updated 11 months ago