International Passport(Async)

This endpoint allows you to verify an international passport in an asynchronous manner. The passport details you sent in will be verified at a later time and the response will be posted to your configured Webhook URL. N.B: You need to configure your webhook URL before using this endpoint.

Verify a passport information asynchronously

POST {{BASE_URL}}/api/v2/biometrics/merchant/data/verification/national_passport/async

Verify a passport information asynchronously

Headers

NameTypeDescription

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

number*

String

Passport number

last_name*

String

Last name of user

{
    "status": true,
    "response_code": "00",
    "verification": {
        "status": true,
        "reference": "00ceb670-707d-4669-a4fa-d7422ddca2dd"
    }
}

Last updated