> 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/uganda/business-verification.md).

# Business Verification

## Verify a company information

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

#### 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                    |
| ----------------------------------------------------- | ------ | ------------------------------ |
| reservation\_number<mark style="color:red;">\*</mark> | String | the company reservatino number |
| customer\_name<mark style="color:red;">\*</mark>      | String | your customer name             |
| customer\_reference<mark style="color:red;">\*</mark> | String | your customer reference        |

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

```javascript
 {
    "status": true,
    "response_code":"00",
    "detail":"Verification Successful",
    "data":{
          "name":"",
          "res_status":"",
          "is_compliant":"",
          "ent_subtype":"",
           "reg_date":"",
           "reg_nr":"",
           "reg_end_date":"",
           "name_change_hist":"",
         }
 }
```

{% endtab %}
{% endtabs %}
