Submitting KYC Data
6min
User can submit kyc data through below API endpoint.
Upload
POST
Request
Header Parameters
x-api-key
required
String
Authorization
required
String
Bearer <authToken from login>
Body Parameters
email
required
String
selfie
required
String
aadharFront
required
String
aadharBack
required
String
panFront
required
String
panBack
required
String
panNumber
required
String
aadharNumber
required
String
firstName
required
String
lastName
required
String
incomeRange
required
String
Income range as string from one of the below options
<10L , 10L-15L, 15L-20L, 20L-25L, 25L-50L, >50L
profession
required
String
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
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