For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

Name
Type
Description

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