ZuelPay
  1. Verification API
  • API DOCUMENTS
  • Auth
  • Account
    • balance
      POST
  • Verification API
    • pan
      POST
    • voter
      POST
    • aadhar-genrate-otp
      POST
    • aadhar-verify
      POST
    • upi
      POST
    • bank
      POST
    • licesnce
      POST
    • passport
      POST
    • GSTIN LookUp
      POST
    • FASTAG
      POST
  • Recharge API
    • operators
      GET
    • payment
      POST
  • UPI PAYMENT API
    • payment
      POST
  • Operator Lookup API
    • operator_lookup
      POST
  • Mobile Tariff Plans
    • mobile_recharge_plans
      POST
  • Utility Bill Pay API
    • Get Category
      GET
    • Biller Lists
      GET
    • Biller Fetch
      POST
    • Biller Payment
      POST
  • Gift Card/ Brand Voucher API
    • Get Category
    • Brand Lists
    • Buy Giftcard Voucher
  • webhook/callback
    • webhook
  • Recharge Validation API
    • validation
  1. Verification API

aadhar-genrate-otp

POST
/verification/aadhaar_otp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/verification/aadhaar_otp' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
--header 'Content-Type: application/json' \
--data-raw '{
  "id_number": "438735396446"
}'
Response Response Example
{
    "data": {
        "client_id": "aadhaar_v2_hpjiiypkzhq",
        "otp_sent": true,
        "if_number": true,
        "valid_aadhaar": true,
        "status": "generate_otp_success"
    },
    "status_code": 200,
    "message_code": "success",
    "message": "OTP Sent.",
    "success": true,
    "result": 0,
    "msg": "success"
}

Request

Header Params
Token
string 
required
Example:
ZKEY01fbb15e8098dd8970e5c66d2
checkSum
string 
required
Example:
af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6
Body Params application/json
id_number
string 
required
Examples

Responses

🟢200aadhar-genrate-otp
application/json
Body
data
object 
required
client_id
string 
required
otp_sent
boolean 
required
if_number
boolean 
required
valid_aadhaar
boolean 
required
status
string 
required
status_code
integer 
required
message_code
string 
required
message
string 
required
success
boolean 
required
result
integer 
required
msg
string 
required
Previous
voter
Next
aadhar-verify
Built with