International Passport(Image)

Allows customers to extract and verify an International passport image

POST https://api.myidentitypass.com/api/v2/biometrics/merchant/data/verification/national_passport_image

Headers

NameTypeDescription

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

image*

String

passport image(base64,png,jpg)

customer_reference

String

your unique customer reference

customer_name

String

your customer's name

{
"status": true,
"detail": "Intl. Passport Verification Successful",
"response_code": "00",
"data": {
    "first_name": "",
    "last_name": "",
    "middle_name": "",
    "dob": "",
    "mobile":",
    "photo": “base64 image here”,
    "signature": “base64 image here”,
    "gender": "",
    "issued_at": "",
    "issued_date": "",
    "expiry_date": "",
    "reference_id": "",
    "number": ""
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated