ZuelPay
  1. Utility Bill Pay 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. Utility Bill Pay API

Biller Payment

POST
/utility/bill/payment
PARAMDefaultMandatory (M) , Optional (O)
codeBiller code from Biller ListsM
agent_idUnique Random ID 5-28 Digit from PartnerM
param_primaryfrom biller lists api you will get fields array- isprimary true and secuence 1 it will be calculated as param_primary, rest will be optional1,optional2 as like thisM
optional1optional1 will be secuence 2 or 1 which is not primary trueO
optional2secuence 3O
optional3secuence 4O
optional4secuence 5O
optional5secuence 6O
amountamount doubleM

RESPONSE :#

PARAMDefault
statussuccess or failed
result0=OK and 1 = error
callback_statusSUCCESS, PENDING, FAILED
utrBiller/Operator Ref ID
error/msgfailed message or error message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/utility/bill/payment' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
  "code": "VFC",
  "agent_id": "ZLP000KLO0000PPLO00P03",
  "param_primary": "90*******72",
  "optional1": "",
  "optional2": "",
  "optional3": "",
  "optional4": "",
  "amount": 10

}'
Response Response Example
200 - success
{
    "status": "success",
    "current_time": "13,Dec,2024 05:10:10 PM",
    "amount": 10,
    "msg": "",
    "error": "",
    "utr": "014348BAAJFEMCZ000",
    "tlid": "ZBB1734090010497pDfOUGj",
    "biller": "Vi Postpaid",
    "callback_status": "SUCCESS",
    "timestamp": "2024-12-13 05:10:10pm",
    "result": 0,
    "agent_id": "ZLP000KLO0000PPLO00P03"
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae
Body Params application/json
code
string 
required
agent_id
string 
required
param_primary
string 
required
optional1
string 
required
optional2
string 
required
optional3
string 
required
optional4
string 
required
amount
integer 
required
Examples

Responses

🟢200success
application/json
Body
status
string 
required
current_time
string 
required
amount
integer 
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
🟠400failed
Previous
Biller Fetch
Next
Gift Card/ Brand Voucher API
Built with