VerifyMe API
Search
K

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.
post
https://vapi.verifyme.ng
/v1/verifications/businesses
Submit Business Address for Verification

Sample Request

JSON
CURL
{
"businessName": "Ade & Sons Global World",
"businessType": "Formal",
"rcNumber":"ad123453",
"street": "270 Murtala Muhammed Way, Alagomeji. Yaba",
"lga": "surulere",
"state": "lagos",
"canContactPoc": "false",
"applicant": {
"idType": "NIN",
"idNumber": "10000000001",
"firstname": "john",
"lastname": "doe",
"phone": "08121234567",
}
}
curl --verbose
--header "Authorization: Bearer <token>"
--data '{ "businessName": "Ade & Sons Global World","businessType": "Formal","rcNumber":"ad123453","street": "270 Murtala Muhammed Way, Alagomeji. Yaba", "lga": "sululere", "state" :"lagos", "city": "lagos","canContactPoc": "false","applicant": { "idType": "NIN", "idNumber": "10000000001", "firstname": "john", "lastname": "doe", "phone": "08121234567", "dob":"04-04-1944"}}'
--request "POST" "https://vapi.verifyme.ng/v1/verifications/addresses"