> For the complete documentation index, see [llms.txt](https://developer.myidentitypass.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.myidentitypass.com/products/data-verification/nigeria/international-passport/international-passport-async.md).

# International Passport(Async)

{% hint style="info" %}
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.
{% endhint %}

## Verify a passport information asynchronously

<mark style="color:green;">`POST`</mark> `{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/national_passport/async`

Verify a passport information asynchronously

#### Headers

| Name                                        | Type   | Description        |
| ------------------------------------------- | ------ | ------------------ |
| x-api-key<mark style="color:red;">\*</mark> | String | \<your secret key> |
| app-id<mark style="color:red;">\*</mark>    | String | \<your app id>     |

#### Request Body

| Name                                         | Type   | Description       |
| -------------------------------------------- | ------ | ----------------- |
| number<mark style="color:red;">\*</mark>     | String | Passport number   |
| last\_name<mark style="color:red;">\*</mark> | String | Last name of user |

{% tabs %}
{% tab title="200: OK " %}

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

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.myidentitypass.com/products/data-verification/nigeria/international-passport/international-passport-async.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
