Bank Aadhaar SeedingGenerate OTP

Bank-Aadhaar Seeding Check — Send OTP

Send an OTP to the user's Aadhaar-linked mobile number to initiate the bank-Aadhaar seeding status check.

curl -X POST "https://production.deepvue.tech/v1/verification/bank-aadhaar-seeding/generate-otp?aadhaar_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 200,
  "timestamp": 1738007869132,
  "transaction_id": "794d863534e64702b0e908fbf6639970",
  "sub_code": "SUCCESS",
  "message": "OTP Sent Successfully",
  "data": {
    "aadhaar_number": "825323778091",
    "otp_sent": true,
    "reference_id": "aadhaar_seeding_status_uWTCaxnFXzAkaAwhimjo"
  }
}
POST
/v1/verification/bank-aadhaar-seeding/generate-otp
POST
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

This API triggers an OTP via UIDAI to the Aadhaar-registered mobile number. It serves as part of the Bank Aadhaar Seeding Status verification workflow, where this endpoint handles the OTP generation phase.

The Generate OTP function is the second step in a three-part verification flow:

  1. Initiate Session — obtain a captcha
  2. Generate OTP — send a verification code to the Aadhaar-linked mobile number (this endpoint)
  3. Verify OTP — validate the code and retrieve Aadhaar seeding details

Per UIDAI guidelines, service providers must not share or store Aadhaar numbers, share codes, or XML file contents. Non-compliance invokes penalties under The Aadhaar Act 2016 and related regulations. You must document and retain customer consent before proceeding with verification.