Business Ownership Advance
Validate Business Registration Number
This particular endpoint serves the critical function of verifying a business's registration number by cross-referencing it with the Kenyan Business Registration Service (BRS). This validation is crucial to ensure that the registration information is accurate and legitimate. It plays a key role in maintaining the reliability and trustworthiness of our platform by preventing the inclusion of incorrect or fraudulent business data. Our seamless integration with the BRS helps us verify and validate businesses more effectively, enhancing trust and compliance within our system.
By passing this Business ID as a reference point, merchants can access comprehensive and detailed information about a specific business. This advanced search feature enables merchants to retrieve in-depth insights into the selected company, facilitating informed decisions and actions.
TEST DATA
check_type: CR12 or CR13 or LLP
company_id: PVT/2016/028721
POST: https://api.prembly.com/identitypass/verification/ke/brs/search/advanced
Request Header
Key | Description |
---|---|
x-api-key | Your Secret Key |
app-id | Your app id |
Request Body
Key | Description |
---|---|
check_type | CR12 or CR13 or LLP |
company_id | business registration number |
key | Description |
---|---|
CR12 | Company search |
CR13 | Business search |
LLP | Limited liability partnership |
Response
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"verified": true,
"status": "registered",
"registrationNumber": "BN-2QQQQQZV",
"registrationDate": "22 September 2001",
"postalAddress": "3231 - 10200",
"physicalAddress": "ANDI BUILDING, PITAL ROUNDABOUT, Fl: GROUND FLOOR, Room/Door: ROOM 1, ANDI BUILDING, PITAL ROUNDABOUT",
"phoneNumber": "+254111111112",
"email": "[email protected]",
"businessName": "ISH WORKS",
"branch": null,
"partners": [
{
"type": "proprietor",
"name": "TOR KKARJA",
"idType": "citizen",
"idNumber": "2222225",
"shares": [],
"country": "Kenya"
}
],
"shareCapital": [],
"encumbrances": []
},
"verification": {
"status": "VERIFIED",
"reference": "5fbkfbc-3b3d-477c-bbca-ff4edg76098"
},
"widget_info": {},
"session": {},
"endpoint_name": "Business Ownership Advance (Kenya)"
}
Response Description (search)
Response | Description |
---|---|
status | Indicates that the request was successful. |
response_code | Represents the response code. |
data | List of company data. |
name | Name of the company. |
company_id | Company ID. |
verified | Boolean indicating whether the company is verified. |
verification | Verification information. |
reference | Reference for verification. |
session | Session-related information. |
Response Description (Search Advance)
Response | Description |
---|---|
status | Indicates that the request was successful. |
response_code | Represents the response code. |
data | List of company data. |
name | Name of the company. |
company_number | Company number. |
nominal_share_capital | Nominal share capital. |
numberand_type_of_shares(value_per_share) | Details of shares and their values. |
date_of_registration | Date of registration. |
registered_office | Registered office details, including address, telephone, email, and locality. |
postal_address | Postal address |
encumbrances | Information about encumbrances |
directors | List of directors associated with the company. |
name | Director's name. |
description | Director's description |
address | Director's address |
nationality | Director's nationality |
shares | Director's shares details |
file_base64 | Base64-encoded file content. |
Session-related information. | Session-related information |
Updated 3 months ago