I want to integrate adhaar in my flutter application. when the user enters the adhaar number and clicks on send otp then it should validate the given input and do the needful. I verified all the documents in UIDAI Developer portal, but I cannot find a proper solution.
How can I get the API from UIDAI and do the needful? Someone help me with this.
2
Answers
To integrate Aadhaar card verification in your app, we need to establish a partnership with a licensed Authentication Service Agency (ASA) or an e-KYC User Agency (KUA). These entities are authorized by the UIDAI to provide Aadhaar-based authentication services.
Once we connect with the licensed Authentication Service Agency, we can get API from them and use it in our app. It is to be noted that for every request from the app the agencies might charge a little amount.
Below is the code for sending and verifying the otp .
This works fine for me .. Contact
[email protected]
for getting API support (The mail is obtained from postman website).
Hope this help someone !!
yes I have also same problem facing from last month…