Get Billers Categories
This method retrieves all the biller category types
get/services/categories
Headers
Authorizationstring
Content-Typestring
Terminalidstring
Response
200
Example response
{
"categorys": [
{
"categoryid": "1",
"categoryname": "Utility Bills",
"categorydescription": "Pay your utility bills here"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.