# ID-FACE matching

## Verify User's Identity

<mark style="color:green;">`POST`</mark> `https://api.myidentitypay.com/api/v1/biometrics/merchant/user/id_verification/`

This endpoint allows you to verify user's ID card against an image of the user

#### Query Parameters

| Name  | Type   | Description                                      |
| ----- | ------ | ------------------------------------------------ |
| image | string | Url of the image of the user's ID card to verify |

#### Headers

| Name      | Type   | Description                 |
| --------- | ------ | --------------------------- |
| x-api-key | string | \<your merchant secret key> |

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

```
```

{% endtab %}
{% endtabs %}
