Submitting KYC Data

6min
User can submit kyc data through below API endpoint. Upload
POST
Request
Header Parameters
x-api-key
String
required
Authorization
String
required
Bearer <authToken from login>
Body Parameters
email
String
required
selfie
String
required
aadharFront
String
required
aadharBack
String
required
panFront
String
required
panBack
String
required
panNumber
String
required
aadharNumber
String
required
firstName
String
required
lastName
String
required
incomeRange
String
required
Income range as string from one of the below options <10L , 10L-15L, 15L-20L, 20L-25L, 25L-50L, >50L
profession
String
required
occupation/profession of the person Writer, Journalist, Business man


All the above data in the request body should be form-data. Make sure you submit valid KYC (Aadhaar, PAN) details



The below parameters are required and need to be encrypted using following code:

firstName,

lastName

panNumber

aadharNumber



Code for encryption

JS


For access to SECRET_KEY for encryption please contact [email protected]



Create a POST request with above encrypted values for successfully uploading KYC data.

Please check curl format and response format on the right



Updated 22 Oct 2024
Did this page help you?