Post KYC Data
This page describes the KYC properties of the Axis system.
Last updated
{
"kyc_type": "basic",
"email": "sample@gmail.com",
"phone": "0900000000",
"user_data": {
"first_name": "John",
"last_name": "Doe",
"address": "John address",
"phone": "0900000000",
"email": "sample@gmail.com",
"bvn": "123",
"country_of_residence": "Nigeria",
"govt_id_no": "A123",
"govt_id_photo": "D-123",
"user_facial_images": {
"image_1": "url.png",
"image_2": "url.png"
}
}
}{
"success": true,
"message": "User Kyc data updated successfully",
"data": {
"kyc_token": "N2E1NzZiOTdhMzk0NjY4MTg5MjgyYzk3MjM3NmY1OWNhMWYyMTM5Nzk1YjE3YjYzZDU1YmY1YjUxMTRmMDU4Mw=="
}
}
user_data = {
"first_name": "",
"last_name": "",
"address": "",
"phone": "",
"email": "",
"extended_kyc_data": {
"proof_of_address": "",
"bank_statement": "",
"user_indemnity": "",
"guarantors_form": "",
"id_of_guarantor": "",
"guarantors_proof_of_address": ""
}
}
Response {
}
Response {
}