Advance CAC

TEST DATA

rc_number: 092932
company_name: TEST COMPANY
company_type: RC

Allows merchant to verify CAC information and get a more detailed response

POST {{BASE_URL}}/api/v2/biometrics/merchant/data/verification/cac/advance

Headers

NameTypeDescription

x-api-key*

String

<your secret jey>

app-id*

String

<your secret key>

Request Body

NameTypeDescription

rc_number*

String

company registration number

company_name

String

name of company

company_type*

String

BN or RC or IT or LL or LLP. Default is RC

country_code

String

ISO 3166-1 alpha-2 format

{
    "status": true,
    "detail": "Verification Successfull",
    "response_code": "00",
    "data": {
        "rc_number": "",
        "company_name": "",
        "email_address": "",
        "branchAddress": "",
        "city": "",
        "address": "",
        "company_status": "",
        "lga": "",
        "date_of_registration": "",
        "state": "",
        "directors": [
            {
  
                "surname": "",
                "firstname": "",
                "otherName": ",
                "email": "",
                "phoneNumber": "",
                "gender": "",
                "formerNationality": "",
                "city": "",
                "occupation": "",
                "formerName": "",
                "corporationName": "",
                "rcNumber": "",
                "state": ",
                "accreditationnumber": "",
                "formType": "National Identification Number",
                "numSharesAlloted": "",
                "typeOfShares": "",
                "dateOfBirth": "",
                "dateOfAppointment": "":,
                "status": "ACTIVE",
                "formerSurname": "",
                "formerFirstName": "",
                "formerOtherName": "",
                "identityNumber": "",
                "otherDirectorshipDetails": "",
                "affiliateTypeFk": {
                    "name": "",
                    "description": ""
                },
                "countryFk": {
                    "name": "",
                    "code": ""
                },
                "lga": "",
                "isCorporate": false,
                "nationality": "",
                "address": "",
                "streetNumber": "",
                "isChairman": ",
                "isDesignated": "",
                "postcode": "",
                "formerNameType": "",
                "affiliatesResidentialAddress": {
                    "country": "NIGERIA",
                    "state": "",
                    "lga": "",
                    "city": "",
                    "address": "",
                    "streetNumber": "",
                    "postcode": "",
                    "hideResidentialAddress": false,
                    "affiliateType": ""
                },
                "affiliatesPscInformation": "",
                "isPublicUser": ""
            },
            
            .......
            
        }
        ,
    "verification": {
        "status": "",
        "reference": ""
    }    
}

Last updated