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
key | description |
---|---|
business_id | Business registration number |
country | country's code |
Request Header
key | description |
---|---|
x-api-key | your api-key |
app=id | your 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"
}
Updated 3 months ago