# Face Comparison

## Compare two face images

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

#### Request Body

| Name                                         | Type   | Description |
| -------------------------------------------- | ------ | ----------- |
| image\_one<mark style="color:red;">\*</mark> | string |             |
| image\_two<mark style="color:red;">\*</mark> | String |             |

{% tabs %}
{% tab title="200: OK Face comparison successful" %}

```javascript
{
    "status": true,
    "message": "Face Match",
    "confidence": 1.0
}
```

{% endtab %}
{% endtabs %}
