Initiate Business Verification
POST/accounts/:id/businesses/verifications
Initiate the business verification process.
Body Parameters
registration_typestringrequired |
the registration type, BN, RC, IT |
registration_numberstringrequired |
the business registration number |
business_legal_namestringrequired |
the business legal name |
business_address_line_1stringrequired |
the business address |
business_address_statestringrequired |
the business address state |
industry_idstringrequired |
the Industry ID of the business (see Get Industries API for available values) |
directors_infoarrayrequired |
a list of objects containing the directors info |
business_documentsobjectoptional |
the business documents |
Directors Info
Although the directors_info
field accepts a list of directors, currently only one director object is expected. Each directors_info
object must include the following fields:
Info | Key |
---|---|
Full name (i.e., first name and last name) | name |
BVN | bvn |
Business Documents
The business_documents
object supports the following keys:
Document Type | Key |
---|---|
Certification of Incorporation | cert_of_inc |
Status Report | status_report |
The status_report
field is used to represent a CAC status report. Depending on the business type and registration period, CAC may have issued this document as CAC Form BN, CAC Form 1.1, or Status Report. Regardless of the type you have, add it under the status_report
field.
Note
Theregistration_type
field indicates the type of CAC registration. Use BN if the registration number begins with BN (Business Name), RC if it begins with RC (Registered Company), and IT if it begins with IT (Incorporated Trustees).