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

passport

POST
/verification/passport
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/verification/passport' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id_number": "{{passport file_number}}",
    "dob": "{{date of birth : exp: year-month-date}}"
}'
Response Response Example
{
    "data": {
        "client_id": "passport_RpwAsxcSpbvlz",
        "file_number": "******",
        "passport_number": "M*0***8",
        "full_name": "NAME PASSPORT HOLDER",
        "dob": "1999-06-12",
        "date_of_application": "2023-04-08",
        "application_type": "Tatkaal",
        "status": "Passport ****** has been dispatched on 07/03/2024 via  Speed Post Tracking Number ******."
    },
    "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
dob
string 
required
Examples

Responses

🟢200response
application/json
Body
data
object 
required
client_id
string 
required
file_number
string 
required
passport_number
string 
required
full_name
string 
required
dob
string 
required
date_of_application
string 
required
application_type
string 
required
status
string 
required
status_code
integer 
required
success
boolean 
required
message
null 
required
message_code
string 
required
result
integer 
required
msg
string 
required
Previous
licesnce
Next
GSTIN LookUp
Built with