Submit Business Verification
Please note that you are required to have a webhook set for business verification requests to be successful. If they are not set, you will not get notified when the verification has been completed.
Submit Business Address for Verification
POST
https://vapi.verifyme.ng/v1/verifications/businesses
This endpoint allows you to create business verification requests
Headers
Authentication
string
Authentication Token
Request Body
applicant.dob
string
Contact Person Date of Birth. Date Format: "DD-MM-YYYY"
reference
string
unique identifier for requests
canContactPoc
boolean
Can We Reach Out To Contact Person
applicant.firstname
string
Contact Person First name
applicant.lastname
string
Contact Person Last name
applicant.email
string
Contact Person Email or Business Official Email
applicants.phone
string
Contact Person Phone No or Business contact line
applicant.idType
string
Contact Person Id Type ("BVN", "NIN", "KYC PHONE", "DRIVERS LICENCE")
applicant.idNumber
string
Contact Person Identity Number ("NIN", "BVN", "PHONE NO")
city
string
city name
state
string
state name
lga
string
Local Government Area
street
string
Street Name e.g 270, Muritala Mohammed Way, Alagomeji Yaba.
rcNumber
string
Registration Number
type
string
Business Type(Formal , Informal)
name
string
registered business name
Sample Request
Last updated