Aadhaar KYC verification API OTP-based
This API provides secure Aadhaar verification using OTP-based e-KYC flow. ### Features - Generate secure access token - Send Aadhaar OTP for KYC - Verify OTP and fetch Aadhaar details - Stores auth tokens and verification records in the database - Fully RESTful and easy to integrate ### Workflow 1. **/auth** → Get access token 2. **/generate_otp** → Send Aadhaar OTP 3. **/verify_otp** → Verify…
Aadhaar KYC verification API OTP-based endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Authenticate (Get Access Token) /Verifyapi.php |
This endpoint generates a new access token for the Aadhaar KYC service. The token is fetched from Sandbox.co and stored securely in the database. The returned `auth_id` must be… |
| POST |
Generate Aadhaar OTP /Verifyapi.php |
This endpoint sends an OTP to the Aadhaar-linked mobile number using the Sandbox Aadhaar OKYC service. It requires: • aadhaar_number • auth_id (returned from Authenticate API)… |
| POST |
Verify Aadhaar OTP /Verifyapi.php |
This endpoint verifies the OTP received on the Aadhaar-linked mobile number. It uses: • auth_id → to fetch access_token • otp → Enter Generated OTP If the OTP is correct, it… |
Aadhaar KYC verification API OTP-based pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $10 / month | 250 / minute |
|