Validate International Passport

Validate a Customer's International Passport

Request

{{baseUrl}}/api/v1/kyc/passport

Header

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Parameters

Parameter Type Description
passport_number * string A valid Passport NUmber required
surname * string Surname of Passport Holder required

Response Sample

{
    "entity": {
        "passport_number": "A00123456",
        "date_of_issue": "01/02/2000",
        "expiry_date": "01/02/2000",
        "document_type": "Standard Passport",
        "issue_place": "LAGOS",
        "surname": "JOHN",
        "first_name": "DOE",
        "other_names": "MOSES",
        "date_of_birth": "10/06/1993",
        "gender": "Undecided",
        "photo": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBA...
    }
}