Skip to main content

Request

[GET]
{{baseURL}}/api/v1/kyc/passport
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key
AppId
string
required
Application ID from dashboard

Query parameter

ParameterTypeDescriptionRequired
passport_number*stringThe Passport Numberrequired
surname*stringSurname associated with the Passportrequired

Sample response

Response
{
    "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..."
    }
}

Test Credentials for Sandbox

Kindly use this Test Passport Number in sandbox Environment Passport Number = A00123456