Allows merchant to verify CAC information and get a basic response
With the CAC endpoint, organizations can easily check CAC information and receive a more thorough response. Once you've entered the CAC data, our verification infrastructure analyzes it and generates a complete report on the customer's CAC information.
Our CAC gives you the tools you need to verify CAC information and get a more complete response, allowing you to make better judgments regarding your client acquisition strategy.
GET (LIVE)
{{URL}}/dikript/verification/api/v1/getcacbasic
GET (TEST)
{{URL}}/dikript/test/api/v1/getcacbasic
Parameter
Key | Description |
---|---|
regNumber | Reg Number |
Header (LIVE)
Key | Description |
---|---|
x-api-key | Your Secret Key |
Header (TEST)
Key | Description |
---|---|
x-api-key | Your 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": "[email protected]",
"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
}
}