Developer
    Utility Bill Pay API
    • Account
    • Verification API
    • Recharge API
    • PAYOUT API
    • Operator Lookup API
    • Mobile Tariff Plans
    • Utility Bill Pay API
    • Gift Card/ Brand Voucher API
    • webhook/callback
    • Recharge Validation API
    • Flight Booking API
    • Bus Booking API
    • Credit Card Bill API
    • CREDIT CARD TO BANK API
    • Virtual Account
    • UPI COLLECTION
    • UPI INTENT LINK
    • Traffic E-Challan
    • Digital Gold API
    • Credit Score | CIBIL Score API
    • Get Category
      GET
    • Biller Lists
      GET
    • Biller Fetch
      POST
    • Biller Payment
      POST

      Get Category

      GET
      https://api.wepego.com/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

      Header Params

      Responses

      🟢200
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.wepego.com/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"
              }
          ]
      }
      Modified at 2026-08-29 13:16:25
      Next
      Biller Lists
      Built with