Submit Address Verification
Please note that you are required to have a webhook set for address verification requests to be successful. If they are not set, you will not get notified when the verification has been completed.
Submit Address for Verification
POST
https://vapi.verifyme.ng/v1/verifications/addresses
This endpoint allows you to create address verifications
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication Token |
Request Body
Name | Type | Description |
---|---|---|
reference | string | Unique reference for identifying request |
city | string | city name |
lga | string | Local government area |
landmark | string | Address landmark |
state | string | State name |
street | string | Street Name e.g "270 Murtala Muhammed Way, Alagomeji. Yaba" |
applicant.firstname | string | Applicants first name |
applicant.lastname | string | Applicants last name |
applicant.dob | string | Applicants date of birth |
applicants.phone | string | Applicants phone No |
applicant.idType | string | Applicants Id type ( "BVN", "NIN", "KYC" ) |
applicant.idNumber | string | Applicants Identity Number ("BVN", "NIN" , "Phone No") |
Sample Request
Last updated