Verify CAC

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

ParametersTypeDescription
AuthorizationStringprod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body Parameters

ParametersTypeDescriptionMandatory
typeStringType of CompanyRequired
crnStringCompany's registration numberRequired

Response Sample

{
    "status": true,
    "message": "CAC Data Retrieved.",
    "data": {
        "status": "error",
        "message": "Company with provided CAC details not found"
    }
}