CAC Premium
This service allows you to confirm the authenticity of a CAC-registered business while also retrieving essential registration details for verification and compliance purposes.
To verify CAC PREMIUM
Request Body
POST Parameters | Type | Description |
---|---|---|
regNumber (REQUIRED) | string | Business allocated certificate number e. RC1101101 |
refresh | boolean | To refresh the database for update data |
simulate_success | boolean | If project in sandbox, set to true to simulate success |
This endpoint returns Boolean values (true/false) for your selected parameters. To conduct an actual test
Response Sample
{
"code": 200,
"message": "Request successful",
"status": true,
"data": {
"verification": {
"product_id": 4,
"status": "success",
"type": "cac_premium",
"project_id": 1,
"data": {
"regNumber": "RC1899964s",
"secret_hash": "adxu9t0oqwJA1gTn",
"data": {
"state": "LAGOS",
"headOfficeAddress": "BORNO WAY ",
"status": "ACTIVE",
"city": "YABA",
"companyEmail": "johndoe@gmail.com",
"rcNumber": "",
"classification": "Limited Company",
"branchAddress": "",
"registrationDate": "2022-03-01T11:35:59.027+00:00",
"companyName": "PINTOP TECHNOLOGIES LIMITED",
"lga": "MAINLAND",
"companyType": "",
"affiliates": 7,
"shareCapital": 0,
"shareCapitalInWords": ""
}
},
"updated_at": "2025-03-25T01:14:58.000000Z",
"created_at": "2025-03-25T01:14:58.000000Z",
"id": 4
}
}
}