This endpoint allows you to fetch CAC information of customers' companies/organisations.
CAC is a certificate that shows evidence of the company's existence.
NOTE
There are two payload responses for this endpoint based on the details returned
Basic
Advance
CAC Basics
{{baseUrl}}/kyc/cac
Headers
Parameters | Type | Description |
---|---|---|
Authorization | String | prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body Parameters
Parameters | Type | Description | Mandatory |
---|---|---|---|
type | String | Type of Company | Required |
crn | String | Company's registration number | Required |
Response Sample
{
"status": true,
"message": "CAC Data Retrieved.",
"data": {
"status": "error",
"message": "Company with provided CAC details not found"
}
}