Validate Business Registration
Validate a business's registration with the Nigerian Corporate Registry CAC
Request
{{baseUrl}}/api/v1/kyc/cac
Headers
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Parameters
Parameter | Type | Description | |
---|---|---|---|
rc_number * | string | RC number | required |
company_name * | string | name of company | required |
Response Sample
{
"entity": {
"rc_number": "1261103",
"company_name": "ADAFRUIT LIMITED",
"address": "NO 37 GIBSON ROAD UBEJI",
"date_of_registration": "2015-05-15",
"type_of_company": "COMPANY"
}
}
Updated about 1 year ago