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.
Submit Guarantor for Verification
POST
https://vapi.verifyme.ng/v1/verifications/guarantors
This endpoint allows you to create guarantor verifications
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication Token |
Request Body
Name | Type | Description |
---|---|---|
state | string | State name |
street | string | Street address |
landmark | string | Guarantors Address landmark |
acceptableIdType | array | An Array of IDs to accept from the guarantor ( "BVN", "NIN" or "Drivers license") |
verifyAddress | boolean | should verify Guarantors address (defaults to false ) |
lga | string | Local Government Area |
string | Guarantor Email | |
phone | string | Guarantor Phone |
lastname | string | Guarantor lastname |
firstname | string | Guarantor firstname |
applicant.firstname | string | Applicants first name |
applicant.lastname | string | Applicants last name |
applicant.dob | string | Applicants date of birth ( DD-MM-YYYY ) |
applicants.phone | string | Applicants phone number |
applicant.idType | string | Applicants Id type ( "BVN" ,"NIN", "KYC" ) |
applicant.idNumber | string | Applicants Identity Number ("BVN", "NIN", "Phone No") |
Sample Request
Last updated