# SSNIT

{% hint style="info" %}
TEST DATA

number: C987464748983
{% endhint %}

## Verify a Social Security and National Insurance Trust Number

<mark style="color:green;">`POST`</mark> `{{BASE_URL}}/api/v1/biometrics/merchant/data/verification/gh/ssnit`

#### Headers

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

#### Request Body

| Name                                     | Type   | Description  |
| ---------------------------------------- | ------ | ------------ |
| number<mark style="color:red;">\*</mark> | String | ssnit number |

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

```javascript
{ 
    "status": true, 
    "response_code": "00", 
    "message": "SSNIT Information retrieved", 
    "data": { 
        "FSSNo": "", 
        "FullName": "", 
        "BirthDate": "", 
        "Sex": "", 
        "CardSerial": "", 
        "Photo": "base64Image",
    }
}
```

{% endtab %}
{% endtabs %}
