Fetch Biller Categories
This endpoint allows you to fetch all the various product or service categories on our platform.
GET https://payments.baxipay.com.ng/api/baxipay/billers/category/all
Parameters
Header
Authorization String Api-key or Baxi HMAC Signature. See Authentication page
Responses
-
200 Returns an array of objects containing the categories
Data parameters name (String): This is a title description of the service category. service_type (String): This is the specific key to identify the service category. This is very important in serving other requests.
/* For Optional Grouping of Services */
/billers/category/all?groupby=category
// OR
/billers/category/all?groupby=billers
Updated about 1 month ago