> 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-image.md).

# International Passport(Image)

## Allows customers to extract and verify an International passport image

<mark style="color:green;">`POST`</mark> `https://api.myidentitypass.com/api/v2/biometrics/merchant/data/verification/national_passport_image`

#### 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                    |
| --------------------------------------- | ------ | ------------------------------ |
| image<mark style="color:red;">\*</mark> | String | passport image(base64,png,jpg) |
| customer\_reference                     | String | your unique customer reference |
| customer\_name                          | String | your customer's name           |

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

```javascript
{
"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": ""
    }
}
```

{% endtab %}
{% endtabs %}
