ZuelPay
    • 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

    Auth

    API EndPoints
    https://api.zuelpay.in
    Header Credentials
    Token : Token provided by zuelpay
    checkSum: {checksum generation explained below}
    Content-Type : application/json 
    CheckSum Generation process
    *To generate the checksum use below string and secrect_ with HMAC SHA256.*
    The secrectkey to be used, which is your account password.
      
    $string= Token:Your Register Mobile
      
    Expample : ZKEY01fbb15e8098dd8970e5c665:9432839941
      
    $secret = Your ZuelPay Account Password
      
    $signature = hash_hmac('sha256', $string, $secret)
      
    For CheckSum help, you can use the below online tool:
    https://www.devglan.com/online-tools/hmac-sha256-online
    Previous
    API DOCUMENTS
    Next
    balance
    Built with