International Passport (Image)

Allows customers to extract and verify international passport image

Our international passport image extraction and verification endpoint allows businesses to extract the information on a customer’s’ passport and verify its authenticity with just a few clicks.

The endpoint uses advanced algorithms and machine learning techniques to extract the information contained in the passport, such as the customer's name, date of birth, and passport number. The endpoint can also compare the details on the passport with government databases to ensure that the customer's identity is legitimate and accurate.

👍

TEST DATA

image: /9j/4AAQSkZJRgABAQAAAQABAAD/==

📘

POST

{{URL}}/identitypass/verification/national_passport_image

Request Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Request Body

KeyDescription
imagePassport image(png, jpg, base64)

Sample Response

{
    "status": true,
    "detail": "Intl. Passport Verification Successful",
    "response_code": "00",
    "data": {
        "first_name": "Adeboye",
        "last_name": "Deboyewa",
        "middle_name": "Test",
        "dob": "1990-01-01",
        "mobile": "08012345678",
        "photo": "/9j/4AAQSkZJRgABAQAAAQABAAD/==",
        "signature": "/9j/4AAQSkZJRgABAQAAAQABAAD/==",
        "gender": "M",
        "issued_at": "IKOYI, LAGOS",
        "issued_date": "09/08/2022",
        "expiry_date": "08/08/2027",
        "reference_id": "600000",
        "number": "A0900000"
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "08c04c94-4b32-47c0-ae14-aa44c84768ac"
    }
}

Response Description

ResponseDescription
statusIndicates that the request was successful.
detailThis field indicates the detail of the response.
response_codeRepresents the response code.
dataIt is a string that contains some encrypted or encoded data related to the verification.
first_nameThe first name of the passport holder.
last_nameThe last name of the passport holder.
middle_nameThe middle name of the passport holder.
dobThe date of birth of the passport holder.
mobileThe mobile phone number of the passport holder.
photoThe passport photo of the passport holder.
signatureThe signature of the passport holder.
genderThe gender of the passport holder.
issued_atThe place where the passport was issued.
issued_dateThe date on which the passport was issued.
expiry_dateThe date on which the passport expires.
numberThe passport number.
reference_idA unique identifier for the passport request.
verificationIt holds additional details about the verification process.
statusIndicates the status of the verification.
referenceIt is a string representing a unique reference or identifier associated with the verification process.