Corporate Affairs Commission

Corporate Affairs Commission (CAC) Verification for the following company types (bn = Business Name | co = Limited Company | it = Incorporated Trustee)

Please note that when using your test key, Our test persona is John Doe, the company name is "Test Company" and the CAC number is 11000011

Verify CAC

POST https://vapi.verifyme.ng/v1/verifications/identities/cac

Headers

NameTypeDescription

Authorization

string

Authorization Header - Bearer Token

Request Body

NameTypeDescription

type

string

Valid company type ranges that we verify: 1. limited_company: Registered as limited company or 2. business: Registered as business or 3. incorprated_trustee: Registered as trust company.

rcNumber

string

Company registration number

{
    "status": "success",
    "data": {
        "rcNumber": 11000011,
        "companyName": "Test Company",
        "companyType": "PRIVATE_COMPANY_LIMITED_BY_SHARES",
        "registrationDate": "2017-04-17T13:33:22.770+00:00",
        "branchAddress": "Test Company Address",
        "companyEmail": "johndoe@companymail.com",
        "city": "oshodi",
        "classification": "Company | Business | Trustee",
        "headOfficeAddress": "Test Company Head Office Address",
        "lga": "oshodi",
        "affiliates": 2,
        "shareCapital": "1000000",
        "shareCapitalInWords": "ONE MILLION NAIRA ONLY",
        "state": "Lagos",
        "status": "ACTIVE | INACTIVE"
    }
}

Last updated