Allows merchant to verify CAC information and get a basic response

The CAC Basic Verification API enables businesses to verify company registration details with the Corporate Affairs Commission (CAC) using the company registration number. This service only provides essential company registration information without affiliate or shareholder details.

Key Features:

  • Company Registration Details: Provides company name, registration number, classification, registration status, and registration date.

📘

GET (LIVE)

{{URL}}/dikript/verification/api/v1/getcacbasic

📘

GET (TEST)

{{URL}}/dikript/test/api/v1/getcacbasic

Parameter

KeyDescription
regNumberReg Number

Header (LIVE)

KeyDescription
x-api-keyYour Secret Key

Header (TEST)

KeyDescription
x-api-keyYour Public Key

Responses

{ "status": true, "message": "Successful", "code": "200", "apiVersion": "v1", "transactionRef": "N202404041809379472", "data": { "companyName": "TEST BUSINESS LIMITED", "classification": "COMPANY", "rcNumber": "14****9", "registrationApproved": true, "active": true, "natureOfBusinessName": "Networking Services", "companyType": "PRIVATE COMPANY LIMITED BY SHARES", "registrationDate": "2028-03-13T00:00:00+00:00", "state": "LAGOS", "lga": "Eti-Osa", "city": "AJAH", "address": "2 AJAH, ", "registrationEmail": "example@test.com", "businessCommencementDate": "2028-03-13T00:00:00+00:00", "headOfficeAddress": ", , ,", "branchAddress": "NIL" }, "error": null }
{ "status": false, "message": "Unsuccessful", "code": "400", "apiVersion": "v1", "transactionRef": "N202401101345487388", "data": "", "error": { "code": 400, "message": null } }