forked from dilippuri/Aadhaar-Card-OCR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaadhaar_details.txt
31 lines (24 loc) · 1.12 KB
/
aadhaar_details.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Step1:
-Send first request
=============Request-1===========
URL:
http://14.141.204.73/EmployeeProfile360/CustomerApp.svc/Get_Aadhar_OTP
Parameters:
[{"AadharNumber":"971687381170"}]
Response:
{"Get_Aadhar_OTPResult":"{\"Master_Tag\":{\"Table\" : [{\"Status\" : \"Success\"}]}}"}
----------------------------------------------------------------------------------------
Step-2
then you will get OTP on your registered mobile
then send again a request with OTP
===========Request-2===========
URL:
http://14.141.204.73/EmployeeProfile360/CustomerApp.svc/GetEKYC_InstaApproval
Parameters:
[{"AadharNumber":"971687381170","OTP":"138574"}]
------------------------------------------------------------------------------------
Step-3
you will get response
Response :
{"GetEKYC_InstaApprovalResult":"[\"Dilip Puri\",\"\",\"9408822223\",\"Village-Paladi(s) Choudhariyon Ka Vas Sanchore City Sanchore City\",\" Sanchore\",\"Sanchore City\",\"Rajasthan\",\"343041\",\"[email protected]\",\"04-02-1995\"]"}
------------------------------------------------------------------------------------------------