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 |
Last updated