ZuelPay
  1. Recharge Validation 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
      POST
  1. Recharge Validation API

validation

POST
/utility/recharge/validation
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/utility/recharge/validation' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
  "code": "RJP",
  "number": "9432839941",
  "agent_id": "ZLP0000000394430K309",
  "amount": 349

}'
Response Response Example
200 - success
{
    "result": 0,
    "msg": "verified",
    "status": "success"
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae
Body Params application/json
code
string 
required
number
string 
required
agent_id
string 
required
amount
integer 
required
Examples

Responses

🟢200success
application/json
Body
result
integer 
required
msg
string 
required
status
string 
required
🟠400error
Previous
Recharge Validation API
Built with