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

operators

GET
/utility/recharge/operators
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/utility/recharge/operators' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae'
Response Response Example
{
    "operator_lists": [
        {
            "code": "ATP",
            "operator": "Airtel Prepaid",
            "type": "PREPAID",
            "mina": "10",
            "maxa": "10000",
            "state": ""
        },
        {
            "code": "BGP",
            "operator": "BSNL Prepaid",
            "type": "PREPAID",
            "mina": "10",
            "maxa": "10000",
            "state": ""
        },
        {
            "code": "RJP",
            "operator": "Jio Prepaid",
            "type": "PREPAID",
            "mina": "10",
            "maxa": "10000",
            "state": ""
        },
        {
            "code": "MTNL",
            "operator": "MTNL Mumbai Prepaid",
            "type": "PREPAID",
            "mina": "10",
            "maxa": "10000",
            "state": ""
        },
        {
            "code": "IDP",
            "operator": "Vi Prepaid",
            "type": "PREPAID",
            "mina": "10",
            "maxa": "10000",
            "state": ""
        },
        {
            "code": "ATV",
            "operator": "Airtel Digital TV",
            "type": "DTH",
            "mina": "50",
            "maxa": "9999",
            "state": ""
        },
        {
            "code": "VTV",
            "operator": "D2H",
            "type": "DTH",
            "mina": "10",
            "maxa": "25000",
            "state": ""
        },
        {
            "code": "DTV",
            "operator": "Dish TV",
            "type": "DTH",
            "mina": "100",
            "maxa": "25000",
            "state": ""
        },
        {
            "code": "STV",
            "operator": "Sun Direct",
            "type": "DTH",
            "mina": "5",
            "maxa": "20000",
            "state": ""
        },
        {
            "code": "TTV",
            "operator": "Tata Play",
            "type": "DTH",
            "mina": "200",
            "maxa": "30000",
            "state": ""
        }
    ]
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae

Responses

🟢200success
application/json
Body
operator_lists
array [object {6}] 
required
code
string 
required
operator
string 
required
type
string 
required
mina
string 
required
maxa
string 
required
state
string 
required
Previous
Recharge API
Next
payment
Built with