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

payment

POST
/utility/recharge/payment
PARAMDefaultMandatory (M) , Optional (O)
codeOperator code from Operator ListsM
agent_idUnique Random ID 5-28 Digit from Your SideM
number10 Digit Mobile NumberM
amountamount doubleM
{
  "code": "IDP",
  "number": "9230328725",
  "agent_id": "ZLP0000000394430307KM14",
  "amount": "10"
}

RESPONSE :#

PARAMDefault
statussuccess,failed
result0=OK and 1 = error
callback_statusSUCCESS, PENDING, FAILED
utrOperator Ref ID
error/msgfailed message or error message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/utility/recharge/payment' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
  "code": "IDP",
  "number": "9230328725",
  "agent_id": "ZLP0000000394430307KM14",
  "amount": "10"

}'
Response Response Example
200 - success
{
    "status": "success",
    "current_time": "10,Dec,2024 12:07:53 AM",
    "amount": "10",
    "msg": "Success",
    "error": "Success",
    "utr": "PBR2412100008210001",
    "tlid": "ZRA17337694735986sKj5kk",
    "biller": "Vi Prepaid",
    "callback_status": "SUCCESS",
    "timestamp": "2024-12-10 12:07:53am",
    "result": 0,
    "agent_id": "ZLP0000000394430307KM11"
}

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
string 
required
Examples

Responses

🟢200success
application/json
Body
status
string 
required
current_time
string 
required
amount
string 
required
msg
string 
required
error
string 
required
utr
string 
required
tlid
string 
required
biller
string 
required
callback_status
string 
required
timestamp
string 
required
result
integer 
required
agent_id
string 
required
🟢200pending
🟠400failed
Previous
operators
Next
UPI PAYMENT API
Built with