Table of contents

List Categories

Retrieve the list of supported bill categories (e.g., Electricity, Water, Credit Card, etc.)

API URL: https://api.bulkpe.in/client/bbps/listBillCategory

Method: POST

Auth: Please refer to the Authorization page.

{ "status": true, "statusCode": 200, "data": [ { "biller": "Clubs and Associations", "category": "Other Services" }, { "biller": "Life Insurance", "category": "Financial Services" }, { "biller": "Water", "category": "Utility Bill payments" }, { "biller": "Electricity", "category": "Utility Bill payments" }, { "biller": "Municipal Services", "category": "Other Services" }, { "biller": "Mobile Prepaid", "category": "Recharge & Bill Payments" }, { "biller": "Housing Society", "category": "Other Services" }, { "biller": "Municipal Taxes", "category": "Financial Services" }, { "biller": "Broadband Postpaid", "category": "Recharge & Bill Payments" }, { "biller": "Landline Postpaid", "category": "Recharge & Bill Payments" }, { "biller": "Recurring Deposit", "category": "Financial Services" }, { "biller": "Subscription", "category": "Other Service" }, { "biller": "Gas", "category": "Utility Bill payments" }, { "biller": "Cable TV", "category": "Recharge & Bill Payments" }, { "biller": "Mobile Postpaid", "category": "Recharge & Bill Payments" }, { "biller": "LPG Gas", "category": "Utility Bill payments" }, { "biller": "Education Fees", "category": "Utility Bill payments" }, { "biller": "Loan Repayment", "category": "Financial Services" }, { "biller": "Fastag", "category": "Recharge & Bill Payments" }, { "biller": "Credit Card", "category": "Financial Services" }, { "biller": "DTH", "category": "Recharge & Bill Payments" }, { "biller": "Hospital and Pathology", "category": "Other Services" } ], "message": "Data fetched!", "count": 22 }