Basic CAC
Verify CAC
POST
https://api.myidentitypay.com/api/v1/biometrics/merchant/data/verification/cac
This endpoint allows you to verify an RC number of a business
Query Parameters
Name
Type
Description
rc_number
number
The RC number of the company
company_name
string
name of company
Headers
Name
Type
Description
x-api-key
string
<your secret key>
{
"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": [
{
"name": "test A",
"designation": "Director"
},
{
"name": "test B",
"designation": "Director"
},
{
"name": "test C",
"designation": "Secretary"
},
{
"name": "test D",
"designation": "Shareholder"
},
{
"name": "test E",
"designation": "Deponent"
}
]
}
}
Last updated