Questions tagged [aadhaar]

Aadhaar is a 12 digit unique-identity number issued to all Indian residents based on their biometric and demographic data.

Aadhaar is a 12 digit unique-identity number issued to all Indian residents based on their biometric and demographic data.

https://en.wikipedia.org/wiki/Aadhaar

28 questions
37
votes
2 answers

How To integrate Aadhaar Card Authentication Api for Aadhaar number Verification in PHP?

I want to integrate the Aadhaar Card Authentication API for Aadhaar number Verification in PHP. I tried this and wrote code for API access. How can I generate the XML encryption field data below in PHP? This sample code is written in Java.
ITit superpower
  • 506
  • 2
  • 7
  • 15
8
votes
4 answers

How to read & decode Secure QR code on Indian Aadhaar Card image

I am trying to extract the complete Aadhar number (12 digits) from the image of an Aadhar card (India) I am able to identify the region with QR code. To extract the info - I have been looking into python libraries that read and decode Secure QR…
Piyush Makhija
  • 304
  • 2
  • 11
7
votes
0 answers

How to do Aadhar Authentication and fetch KYC details using API

We are developing a mobile app for our health care client. To keep the patient signup/registration process quick we will use Aadhar APIs. So that patient will enter his/her Aadhar number after that will receive OTP and submit it to Aadhar…
7
votes
2 answers

How to use AADHAR authentication api using OTP request

I am in need to use AADHAR API. Basically, we are developing a mobile app for our health care client and in that, we are doing patient registration. Now here we want to do simple AADHAR authentication using OTP request wherein the patient will enter…
4
votes
0 answers

How to verify aadhar card no using some API

in my company's project, I am building an verification mechanism where i need to validate my user via there aadhar card no. Researched done so far 1) I can validate if an aadhar card no is of valid format(i have not tried it yet) by using Verhoeff…
Thinker
  • 518
  • 1
  • 6
  • 22
3
votes
1 answer

how to encrypt/decrypt Secure QR - Code into readable format in Swift

I have successfully scan and read the stringValue from QR.But couldn't convert the stringValue to readable format. https://uidai.gov.in/images/resource/User_manulal_QR_Code_15032019.pdf I have tried to convert using the above procedure but couldn't…
Shankar
  • 119
  • 8
3
votes
2 answers

Issue with scanning the QR code present in Indian aadhaar card

I am trying to decode the QR code present in the Indian aadhar card using Zxing API for the customer uploaded aadhar image on our website. I am able to decode the QR code if its big in size and get the complete XML data. However the QR codes which…
3
votes
1 answer

Is it possible to make an app/create an app count using aadhaar card details?

I am planning to make an android app which uses aadhaar card number to create an account. Using this way, fake accounts will be minimized or even stopped! But my question now, is it possible to do this in such a way? or Does the government keeps all…
Mihil Jose
  • 67
  • 12
3
votes
0 answers

How to verify Aadhar number and name of user in mobile (Android and iOS)

I want to create mobile application in which user will enter his Aadhar number and Name and age/Birth date. How do I want to verify the entered details by user with Aadhar number?.
RohitK
  • 1,444
  • 1
  • 14
  • 37
1
vote
2 answers

How to verify aadhar XML signature with the help of public key certificate in Java?

I am working on Aadhaar Paperless Offline e-kyc, trying to validate aadhaar XML signature using public key certificate. But I'm not sure is this the right way to do. Below is the java code for the reference. public static void validateXMLSignature()…
1
vote
0 answers

How To integrate aadhar e-kyc or aadhar auth using node js

I an developing a lawyer and client communication app.. I want to integrate e-kyc or aadhar auth using nodejs...but cant find the resource...I got to know about aadhar card API but know how to use it.
Aditya Harsh
  • 21
  • 1
  • 4
1
vote
1 answer

How to verify Aadhar number in iOS application?

I want to create application in which user will enter his Aadhar number.if Aadhar number is valid then user get OTP on his/her registered mobile number I learned about AadharAPI but there is no information about iOS SDK integration
Sweta Vani
  • 61
  • 9
1
vote
2 answers

Aadhar Authentication RD Service for fingerprint Android

I am developing app with Aadhaar payment which needs fingerprint authentication using Aadhaar UIDAI. but in market there are lot of fingerprint scanner devices. each device has their own rd service which return scan data(new format PID data). But I…
Ritesh Bhavsar
  • 1,343
  • 1
  • 9
  • 19
1
vote
0 answers

Get Aadhar details using android finger scan api?

Currently, I am using Adhar API for getting Adhar details. but for that, I need "Secugen device" for scan finger. but As Android 6.0 introduced finger sensor so I want to use that so I can avoid Secugen device for finger scan. Is it possible to…
Vinod Jadhav
  • 1,055
  • 1
  • 15
  • 37
1
vote
0 answers

Can someone help clarify Aadhaar Biometric authentication API calls with sample code?

I'm new to Aadhaar biometric APIs. I am getting the below error message: Proto Error code 810. (Missing biometrics in Authentication.) using the following key and Morpho 1300 fingerprint reader: String bio =…
IgnoranceIsBliss
  • 300
  • 2
  • 12
1
2