VerifyMe API
Search…
VerifyMe API
Welcome
general
Getting Started
Introduction
Authentication
About Verifications
Identity verifications
Bank Verification Number (BVN)
Corporate Affairs Commission
Drivers License
Identity Biometrics
BVN Identity Matching
National Identity
Tax Identification Number
Voters Card
License Plate
Address Verification
Submit Address Verification
Get Address Verification By ID
Get Address Verifications
Cancel Address Verification
Fetch an Address By Identity
Business Verification
Submit Business Verification
Get Business Verification By ID
Get Business Verifications
Cancel Business Verification
Guarantor Verification
Submit Guarantor Verification
Get Guarantor Verifications
Get Guarantor Verification By ID
Cancel Guarantor Verification
employment Verification
Submit Employment History Verification
Get Employment History Verifications
Get Employment History Verification By ID
Cancel Employment History Verification
Property Verification
Submit Property Verification
Liveness Verification
LOCATION
Get Countries
Get Country By ID
Get State By ID
Get State For Country
Get Lga By Country
Get Lga By State
Get Lga By ID
Bank
Get Banks
Get Account Details
BVN NUBAN
Get Nuban Banks
Get BVN details by NUBAN
webhooks
About Webhooks
Verified Address
Verified Guarantor
Verified Employment History
Verified Property
Product statuses
Error Status Codes
Glossary
Widget Services
VerifyMe Liveness Widget
Requery Liveness Verification
Powered By
GitBook
Submit Guarantor Verification
Please note that you are required to have a webhook set for guarantor 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/guarantors
Submit Guarantor for Verification
Sample Request
JSON
CURL
1
{
2
"applicant": {
3
"idType": "NIN",
4
"idNumber": "10000000001",
5
"firstname": "john",
6
"lastname": "doe",
7
"dob":"04-04-1944",
8
"phone": "08121234567"
9
},
10
"firstname": "James",
11
"lastname": "Ademola",
12
"phone": "0800000000",
13
"email": "
[email protected]
",
14
"street": "23, John Boomg Street",
15
"lga": "olorunda",
16
"landmark": "luke telecommunication",
17
"acceptableIdType": [
18
"BVN"
19
],
20
"verifyAddress": true
21
}
Copied!
1
curl --verbose
2
--header "Authorization: Bearer <token>"
3
--data '{ "applicant": { "idType": "NIN", "idNumber": "10000000001", "firstname": "john", "lastname": "doe", "dob":"04-04-1944", "phone": "08121234567" }, "firstname": "James", "lastname": "Ademola", "phone": "0800000000", "email": "
[email protected]
", "street": "23, John Boomg Street", "lga": "olorunda", "landmark": "luke telecommunication", "acceptableIdTypes": [ "BVN" ], "verifyAddress": true}'
4
--request "POST" "https://vapi.verifyme.ng/v1/verifications/guarantor"
Copied!
Business Verification - Previous
Cancel Business Verification
Next - Guarantor Verification
Get Guarantor Verifications
Last modified
1yr ago
Copy link
Contents
post
Submit Guarantor for Verification