Post KYC Data Endpoint
This is used by merchants to submit their user's KYC data.
Use the endpoint below if you have already done KYC for your users. This endpoint to post their data to register them on Axis. Kindly note that, KYC is a one-time event.
POST
https://exchanger-api.fuspay.finance/
api/v1/no-auth/Axis/B2cUpdateUserKyc
Headers
Authorization*
String
"Bearer ${partner_secret_key}"
x-partner-id*
String
"pxxxxxx"
Basic KYC Request Body
kyc_type*
String
basic
email*
String
email of the user
phone*
String
phone number of the user
user_data*
Object
This is an object containing more data on the user
first_name
String
The users first name
last_name*
String
The user's last name
address*
String
The user's house address
phone
String
The user's phone number
String
The user's email
bvn
String
The user's BVN (Bank Verification Number). Only required for Nigeria
country_of_residence
The country of residence for there user
govt_id_no
String
The Number on a government approved ID like NIN
govt_id_photo
String
the url of the users government approved ID card
user_facial_images
Obejct
An object represeting the users series of facial images
image_1
String
url of the users image
image_1
String
URL of the users image
Sample Request
Extended KYC Request Body
kyc_type*
String
extended
email*
String
email of the user
phone*
String
phone number of the user
extended_kyc_data*
Object
This is an object containing more data on the user for extended KYC
proof_of_address*
String
Utility bills & Lease agreement
bank_statement*
String
Recent Bank statement generated in the last 6 months
user_indemnity*
String
Duly signed Indemnity form. See below link to download Indemnity form
guarantors_form
String
Duly Filled & signed guarantor's form. See below link to download form
id_of_guarantor
String
Gov't issued ID (Passport, Driver's License or national ID)
Sample of Request Body
Last updated