v1

latestOpenAPI 3.1.02026-07-2652084.4 KB

GetBillerCategories

get/billpayment/getBillerCategories

Query parameters

billingSystemIdstring

Response

200

billingSystemIdstring
categoryDescriptionstring
categoryNamestring

Example response

[
  {
    "billingSystemId": "string",
    "categoryDescription": "string",
    "categoryName": "string"
  }
]