Individual Address Verification

Submit an address for physical verification of an Individual in Nigeria

{{baseUrl}}/api/v1/kyc/address

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

POST Parameters

BodyTypeDescription
first_namestringFirst name of Individual
last_namestringLast name of Individual
middle_namestringMiddle name of Individual
dobstringDate of Birth of Individual in this format (yyyy-mm-dd)
genderstringGender of Individual
mobilestringActive Mobile Number of Individual
streetstringHouse number, Street name
landmarkstringClosest landmark to the street
lgastringLGA
statestringState

Response Sample

{
    "entity": {
        "status":"pending" ,
        "reference_id": "69e10264-4b90-64fe-b4b7-c9dddafd0241"
    }
}