Request

[POST]
{{baseUrl}}/api/v1/kyc/address
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Body parameter

ParameterTypeDescriptionRequired
first_namestringFirst name of Individualrequired
last_namestringLast name of Individualrequired
middle_namestringMiddle name of Individualrequired
dobstringDate of Birth of Individual in this format (yyyy-mm-dd)required
genderstringGender of Individualrequired
mobilestringActive Mobile Number of Individualrequired
streetstringHouse number, Street namerequired
landmarkstringClosest landmark to the streetrequired
lgastringLGArequired
statestringStaterequired

Sample response

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