Advance CAC

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

With the Advance CAC endpoint, businesses can easily verify CAC information and get a more detailed response. Once you've input the CAC data, our AI-powered verification infrastructure uses indepth algorithms to analyze the information and provide you with a detailed report on the customer's CAC information.

Our Advance CAC provides you with the tools you need to verify CAC information and get a more detailed response, so you can make informed decisions about your customer acquisition strategies.

👍

TEST DATA

rc_number: 092932

company_name: Test Company

company_type: RC

📘

POST

{{URL}}/identitypass/verification/cac/advance

Request Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Request Body

KeyDescription
rc_numberThe Registration number of the company
company_typeBN or RC or IT. Default is RC
company_nameName of the company

Sample Response

{
    "status": true,
    "detail": "Verification Successfull",
    "response_code": "00",
    "data": {
        "rc_number": "092932",
        "company_name": "TEST COMPANY",
        "state": "DELTA State",
        "company_address": "10 lekki phase 12, Ousn state",
        "company_status": "Active",
        "city": "Akure",
        "branchAddress": "lekki phase 10, Osun state",
        "lga": "Birnin Kudu",
        "registrationDate": "1986-06-04T00:00:00Z",
        "directors": [
            {
                "surname": "Test",
                "firstname": "Test",
                "otherName": "",
                "email": "[email protected]",
                "phoneNumber": "080000000000",
                "gender": "Male",
                "formerNationality": "",
                "city": "Lagos",
                "occupation": "Trader",
                "formerName": "",
                "corporationName": "",
                "rcNumber": "092932",
                "state": "Lagos",
                "accreditationnumber": "00000000000",
                "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": "Nigerian",
                "address": "Test address",
                "streetNumber": "Test Street",
                "isChairman": "Yes",
                "isDesignated": "",
                "postcode": "",
                "formerNameType": "",
                "affiliatesResidentialAddress": {
                    "country": "NIGERIA",
                    "state": "",
                    "lga": "",
                    "city": "",
                    "address": "",
                    "streetNumber": "",
                    "postcode": "",
                    "hideResidentialAddress": false,
                    "affiliateType": ""
                },
                "affiliatesPscInformation": "",
                "isPublicUser": ""
            }
        ],
        "searchScore": "0",
        "email_address": "[email protected]",
        "company_type": "RC"
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "ae4d4b11-d8eb-47c9-ba4a-469118973adc"
    }
}

Response Description

ResponseDescription
statusIndicates that the request was successful.
detailThis field indicates the detail of the response.
response_codeRepresents the response code.
dataAn array containing the information received.
rc_numberThe registration number of the company.
company_nameThe name of the company.
stateThe state where the company is located.
company_addressThe address of the company.
company_statusThe status of the company.
cityThe city where the company is located.
branchAddressThe address of the branch (if applicable).
lgaThe Local Government Area where the company is located.
registrationDateThe date when the company was registered.
directorsThe list of directors associated with the company.
surnameThe surname (last name) of the director.
firstnameThe first name of the director.
otherNameAny other names associated with the director.
emailThe email address of the director.
phoneNumberThe phone number of the director.
genderThe gender of the director.
formerNationalityThe former nationality of the director.
cityThe city of residence of the director.
occupationThe occupation or profession of the director.
formerNameThe former name of the director.
corporationNameThe name of the corporation associated with the director.
rcNumberThe registration number of the director.
stateThe state of residence of the director.
accreditationnumberThe accreditation number of the director.
formTypeThe type of form used for identification (e.g., National Identification Number).
numSharesAllotedThe number of shares allotted to the director.
typeOfSharesThe type or class of shares held by the director.
dateOfBirthThe date of birth of the director.
dateOfAppointmentThe date of appointment of the director.
statusThe status of the director (e.g., ACTIVE).
formerSurnameThe former surname (last name) of the director.
formerFirstNameThe former first name of the director.
formerOtherNameAny former other names associated with the director.
identityNumberThe identity number of the director.
otherDirectorshipDetailsAny additional details about other directorships held by the director.
affiliateTypeFkThis field represents the foreign key referencing the affiliate type.
nameThis field indicates the name of the entity or affiliate.
descriptionThis field provides a description or additional information about the entity or affiliate.
countryFkThis field represents the foreign key referencing the country associated with the entity or affiliate.
nameThis field indicates the name of the country.
codeThis field represents a code associated with the entity or affiliate.
lgaThis field represents the Local Government Area associated with the entity or affiliate.
isCorporateThis field indicates whether the entity or affiliate is a corporate entity (true/false).
nationalityThis field indicates the nationality of the entity or affiliate.
addressThis field represents the address of the entity or affiliate.
streetNumberThis field represents the street number of the entity or affiliate's address.
isChairmanThis field indicates whether the entity or affiliate holds the position of Chairman (Yes/No).
isDesignatedThis field indicates whether the entity or affiliate has a designated status.
postcodeThis field represents the postal code associated with the entity or affiliate's address.
formerNameTypeThis field indicates the type of former name (if applicable) associated with the entity or affiliate.
affiliatesResidentialAddressThis field provides residential address information for the entity or affiliate, including country, state, local government area (LGA), city, address, street number, postcode, and other related details. .
hideResidentialAddressThis field indicates whether the residential address should be hidden (true/false).
affiliatesPscInformationThis field contains information related to the Person with Significant Control (PSC) associated with the entity or affiliate.
isPublicUserThis field indicates whether the entity or affiliate is a public user (true/false).
searchScoreThe relevance score of the search result.
email_addressThe email address associated with the company.
company_typeThe type or classification of the company.
verificationIt holds additional details about the verification process.
statusIndicates the status of the verification.
referenceA string representing a unique reference or identifier associated with the verification process.