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}}/identitypass/verification/ke/passport

Request Header

KeyDescription
x-api-keyYour Secret Key
app-idYour app id

Request Body

KeyDescription
numberPassport 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

ResponseDescription
statusIndicates that the request was successful.
response_codeRepresents the response code.
dataIt is a string that contains some encrypted or encoded data related to the verification.
identity_typeThe type of identity document, in this case a passport.
identity_numberThe number of the identity document.
identity_nameThe name of the individual to whom the identity document belongs.
date_of_birthThe date of birth of the individual to whom the identity document belongs.
genderThe gender of the individual to whom the identity document belongs.
photoA photo of the individual to whom the identity document belongs.
transaction_idThe ID of the transaction that resulted in the issuance of the identity document.
usr_passwordThe password of the individual to whom the identity document belongs.
place_of_birthThe place of birth of the individual to whom the identity document belongs.
place_of_liveThe current place of residence of the individual to whom the identity document belongs.
date_of_issueThe date on which the identity document was issued.
id_serial_numberThe serial number of the identity document.
expiry_dateThe date on which the identity document expires.
signatureThe signature of the individual to whom the identity document belongs.