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

Get Category

GET
/utility/bill/category
Please call this api only once and save the response to your side, in future if there will be any new category we will notify(email) to call this api.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/utility/bill/category' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6'
Response Response Example
{
    "categories": [
        {
            "id": 1,
            "type": "POSTPAID",
            "name": "Mobile (Postpaid)",
            "isNew": "N"
        },
        {
            "id": 2,
            "type": "ELECTRICITY",
            "name": "Electricity",
            "isNew": "N"
        },
        {
            "id": 3,
            "type": "BROADBAND",
            "name": "Broadband",
            "isNew": "N"
        },
        {
            "id": 4,
            "type": "GAS",
            "name": "Piped Gas Bill",
            "isNew": "N"
        },
        {
            "id": 5,
            "type": "WATER",
            "name": "Water",
            "isNew": "N"
        },
        {
            "id": 6,
            "type": "CABLE",
            "name": "Cable TV",
            "isNew": "N"
        },
        {
            "id": 7,
            "type": "EMI",
            "name": "Loan EMI",
            "isNew": "N"
        },
        {
            "id": 8,
            "type": "MUNICIPAL",
            "name": "Municipal Taxes",
            "isNew": "N"
        },
        {
            "id": 9,
            "type": "FASTAG",
            "name": "Fastag Recharge",
            "isNew": "N"
        },
        {
            "id": 10,
            "type": "LANDLINE",
            "name": "Landline",
            "isNew": "N"
        },
        {
            "id": 11,
            "type": "CYLINDER",
            "name": "Gas (LPG Cylinder)",
            "isNew": "N"
        },
        {
            "id": 12,
            "type": "INSURANCE",
            "name": "Insurance Premium Pay",
            "isNew": "N"
        },
        {
            "id": 13,
            "type": "OTT",
            "name": "Subscription",
            "isNew": "N"
        },
        {
            "id": 14,
            "type": "HOUSING",
            "name": "Housing Society",
            "isNew": "N"
        },
        {
            "id": 15,
            "type": "CLUBS",
            "name": "Clubs & Associations",
            "isNew": "N"
        },
        {
            "id": 16,
            "type": "EDUCATION",
            "name": "Education Fee",
            "isNew": "N"
        },
        {
            "id": 17,
            "type": "DONATION",
            "name": "Donation",
            "isNew": "N"
        },
        {
            "id": 18,
            "type": "DEPOSIT",
            "name": "Recurring Deposit",
            "isNew": "N"
        },
        {
            "id": 19,
            "type": "RENTAL",
            "name": "Rental",
            "isNew": "N"
        },
        {
            "id": 20,
            "type": "NCMC",
            "name": "NCMC Recharge",
            "isNew": "N"
        },
        {
            "id": 21,
            "type": "NPS",
            "name": "National Pension Scheme (NPS)",
            "isNew": "N"
        },
        {
            "id": 22,
            "type": "HOSPITAL",
            "name": "Hospital & Pathology",
            "isNew": "N"
        },
        {
            "id": 23,
            "type": "CREDITCARD",
            "name": "Credit Card",
            "isNew": "N"
        }
    ]
}

Request

Header Params
Token
string 
required
Example:
ZKEY01fbb15e8098dd8970e5c66d2
checkSum
string 
required
Example:
af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6

Responses

🟢200response
application/json
Body
categories
array [object {4}] 
required
id
integer 
required
type
string 
required
name
string 
required
isNew
string 
required
Previous
Utility Bill Pay API
Next
Biller Lists
Built with