post https://demo.onefin.in/api/v1/kyc/aadhaar-xml/
This API takes a few of the customer details and then enables you to generate the link which the customer needs to open, enter their details and an OTP will be sent to them, which they need to enter and set the password for AADHAAR XML.
POST /api/v1/kyc/aadhaar-xml/
*Sample Request :
{
"pan_number": "<PAN number of the customer>",
"full_name": "<Full name of the customer>",
"mobile_number": "<Mobile number of the customer>",
"email": "<Email ID of the customer>",
"success_url": "<Url to which customer redirects after successfully entering details>",
"failure_url": "<Url to which customer redirects if failure happens>"
}