Create KYC
The purpose of the endpoint is for the Axis user to Create KYC.
POST
https://exchanger-api.fuspay.finance/api/v1/no-auth/Axis/CreateUserKyc
Request Headers
Authorization*
String
"Bearer ${partner_secret_key}"
x-partner-id*
String
"pxxxxxx"
Request Body
full_name
string
the full name of your user
String
your user's email address
phone
String
your user's phone number
callback
String
This is the URL where KYC status of your user would be posted after they have completed their KYC
reference
String
This is an identifier for your user from your end
type
String
This is the type of KYC (it is either Individual or Business)
Sample code
Initiated Data is what was received via API Call while Verified Data is what the user eventually submitted.
kyc_url
string
This is the url that is returned to you for your customer to do their kyc.
Last updated