Business Check

This endpoint allows users verify the legitimacy of business. It provides details that pertains to specific businesses when the business registration number and country code is entered

To use this endpoint, enter the business id and country code.

👍

Test data:

business_id : Z0000006000

country : TZ

📘

Post: https://api.prembly.com/identitypass/verification/tz/business-check

Request Body

keydescription
business_idBusiness registration number
countrycountry's code

Request Header

keydescription
x-api-keyyour api-key
app=idyour app-id

Sample Response

{
  "status": true,
  "detail": "Verification Successful",
  "response_code": "00",
  "data": {
    "registration_number": "Z0000006000",
    "registration_date": "2017-08-07T00:00:00",
    "company_name": "FELEX TRADERS LIMITED",
    "type": "ET-COMPANY"
     }
        ]
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "24bfa4-5a35-40fe-9cca-d8b0c935"
    },
    "widget_info": {},
    "session": {},
    "endpoint_name": "Business check Verification"
}