Nigeria π³π¬
Individual Address Verification
Submit an address for physical verification of an Individual in Nigeria
Request
[POST]
{{baseUrl}}/api/v1/kyc/address
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body parameter
Key | Type | Description |
---|---|---|
first_name | string | First name of Individual |
last_name | string | Last name of Individual |
middle_name | string | Middle name of Individual |
dob | string | Date of Birth of Individual in this format (yyyy-mm-dd) |
gender | string | Gender of Individual |
mobile | string | Active Mobile Number of Individual |
street | string | House number, Street name |
landmark | string | Closest landmark to the street |
lga | string | LGA |
state | string | State |
Sample response
Response
{
"entity": {
"status":"pending" ,
"reference_id": "69e10264-4b90-64fe-b4b7-c9dddafd0241"
}
}
Was this page helpful?