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
  • PAYOUT API
    • payment
  • Flight Booking API
    • cityList
    • flightList
    • flightRePrice
    • flightBook
  • Bus Booking API
    • cityList
    • searchBus
    • seatLayout
    • blockSeat
    • bookSeat
    • cancelTicket
  1. Verification API

aadhar-verify

POST
/verification/aadhaar_verify
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/verification/aadhaar_verify' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
--header 'Content-Type: application/json' \
--data-raw '{
  "id_number": "123412341234",
  "client_id": "aadhaar_v2_dcIySSWLROKcyTKORiEy",
  "otp": "751855"
}'
Response Response Example
{
    "data": {
        "client_id": "aadhaar_v2_sUZozbshTlU",
        "full_name": "YOUR NAME",
        "aadhaar_number": "4***5***9**5",
        "dob": "1995-06-15",
        "gender": "M",
        "address": {
            "country": "India",
            "dist": "",
            "state": "",
            "po": "",
            "loc": "",
            "vtc": "",
            "subdist": "",
            "street": "",
            "house": "",
            "landmark": ""
        },
        "face_status": false,
        "face_score": -1,
        "zip": "",
        "profile_image": "",
        "has_image": true,
        "email_hash": "",
        "mobile_hash": "",
        "raw_xml": "",
        "zip_data": "",
        "care_of": "",
        "share_code": "1234",
        "mobile_verified": false,
        "reference_id": "",
        "aadhaar_pdf": null,
        "status": "success_aadhaar",
        "uniqueness_id": ""
    },
    "status_code": 200,
    "success": true,
    "message": null,
    "message_code": "success",
    "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
client_id
string 
required
otp
string 
required
Examples

Responses

🟢200aadhar-verify
application/json
Body
data
object 
required
client_id
string 
required
full_name
string 
required
aadhaar_number
string 
required
dob
string 
required
gender
string 
required
address
object 
required
face_status
boolean 
required
face_score
integer 
required
zip
string 
required
profile_image
string 
required
has_image
boolean 
required
email_hash
string 
required
mobile_hash
string 
required
raw_xml
string 
required
zip_data
string 
required
care_of
string 
required
share_code
string 
required
mobile_verified
boolean 
required
reference_id
string 
required
aadhaar_pdf
null 
required
status
string 
required
uniqueness_id
string 
required
status_code
integer 
required
success
boolean 
required
message
null 
required
message_code
string 
required
result
integer 
required
msg
string 
required
Previous
aadhar-genrate-otp
Next
upi
Built with