CR12 Business Search
Provides information on how to verify a business using their registration number
CR12 Business Search
The CR12 Business Search endpoint allows customers to verify a business using its Registration Number from the Business Registration Service (BRS).
This endpoint contains information captured at the initial registration of a business, including the shareholder details and the registered address of the business amongst other important information that is essential in verifying a business in Kenya.
Use Case
CR12 Business Search can be used as business identity verification to help our customers onboard other businesses faster.
Customers can verify the identity of other businesses using the Registration number of that business.
{{baseUrl}}/v1/ke/identities/brs
Request Body
Parameters | Type | Description |
---|---|---|
regNumber (REQUIRED) | string | Registration Number |
This endpoint will return registration details captured for the business. To conduct a test
Response Sample
{
"id": 3259,
"metadata": {
"postalCode": "001000",
"postalAddress": "139",
"phoneNumber": "+254712356265",
"email": "[email protected]",
"accountId": 8,
"applicationId": 446,
"productCode": "verify_brs_sub",
"isInvoice": false,
"price": 0,
"currency": "USD",
"isLive": false,
"requestSource": "api",
"match": false,
"enabledOpenIdentity": true,
"type": "CR12"
},
"summary": {
"brs_check": "verified"
},
"status": {
"state": "complete",
"status": "verified"
},
"brs": {
"verified": true,
"registrationStatus": true,
"businessName": "BUNCH COMMUNICATIONS LIMITED",
"registrationNumber": "CPR/2020/19423",
"registrationDate": "2010-03-10",
"postalAddress": "5399 - 00100",
"physicalAddress": "PLOT NO. 209/114/4LANDHIS ROAD, PLOT NO. 209/114/4LANDHIS ROAD, Fl: PLOT NO. 209/114/4LANDHIS ROAD, Room/Door: PLOT NO. 209/114/4LANDHIS ROAD, PLOT NO. 209/114/4LANDHIS ROAD",
"phoneNumber": "",
"kraPin": "P051300331O",
"shareCapital": [
{
"name": "ORDINARY",
"nominalValue": 100,
"numberOfShares": 1000
}
],
"partners": [
{
"type": "secretary",
"name": "MARY AGOLA",
"idType": "",
"idNumber": "",
"shares": [
{
"numberOfShares": "ORDINARY",
"name": "ORDINARY"
}
]
},
{
"type": "director_shareholder",
"name": "DOUGLAS ANTHONY GICHO",
"idType": "citizen",
"idNumber": "23731093",
"shares": [
{
"numberOfShares": "ORDINARY",
"name": "ORDINARY"
}
]
},
{
"type": "director_shareholder",
"name": "ERICK MENSAH KIOME",
"idType": "citizen",
"idNumber": "23376706",
"shares": [
{
"numberOfShares": "ORDINARY",
"name": "ORDINARY"
}
]
}
]
}
}
How to integrate CR12 Business Search in a Collection
Collection
Signup and Login to QoreID
Create a Collection
Select "Business Identity"
Subscribe to CR12 Business Search
Proceed to integrate
To test the CR12 Business Search endpoint. Click here
How to integrate CR12 Business Search in a Workflow
Workflow
CR12 Business Search can also be integrated as part of a workflow..
Log in to QoreID
Create a Workflow using either Setup wizard or Workflow Editor.
Select "Business Identity"
Add "CR12 Business Search" to your workflow
Proceed to integrate
To test the CR12 Business Search endpoint. Click here
Updated 21 days ago