Fetch Biller Categories
Use this API to fetch the list of all active biller categories available on the BBPS network. Agent Institutions can use this to populate category selection in their UI. Since this data changes infrequently, it is recommended to fetch and cache it at predefined intervals instead of calling the API on every user request.
Documentation Index
Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
Your unique client secret issued by Cashfree. Keep this confidential and never expose it in client-side code. You can find this in your Merchant Dashboard.
Response
Success response for fetching all active biller categories available on the BBPS network.
Always "OK" on success.
"OK"
"Biller categories fetched successfully"
Alphabetically sorted list of biller category codes.
[
"BROADBAND_POSTPAID",
"CABLE_TV",
"CLUBS_AND_ASSOCIATIONS",
"CREDIT_CARD",
"DTH",
"EDUCATION",
"ELECTRICITY",
"FASTAG",
"GAS",
"HOSPITAL",
"INSURANCE",
"LOAN_REPAYMENT",
"MOBILE_POSTPAID",
"SUBSCRIPTION",
"WATER"
]