get http://api.pandascrow.io/sandbox/index/user/verify/cac
Corporate Affairs Commission
This endpoint would allow you to look up any CAC (Corporate Affairs Commission).
[GET] {{baseurl}}/sandbox/index/user/verify/cac
Pandascrow KYC
To look up a CAC registration via Pandascrow KYC Infrastructure, you'll need to pass in the following information; rc_number, and company_name. These data are required.
Param | Required? | Description | type |
---|---|---|---|
rc_number | Yes | RC number. It is 7 character long (e.g 1237654) | Integer |
company_name | Yes | Company name. (e.g Example Limited) | String |
API Object
{
"status": 200,
"data": {
"entity": {
"rc_number": "1237654",
"company_name": "ABC Company LIMITED",
"address": "NO 37 Lagos Road, Nigeria",
"date_of_registration": "2015-05-15",
"type_of_company": "COMPANY",
"business": "3031009e-7f78-45b7-a494-52473cdbbadb"
}
}
}
curl -L -X GET '{{baseurl}}/sandbox/index/user/verify/cac' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'