v1

latestOpenAPI 3.1.02026-07-2652084.4 KB

GetBillers

get/billpayment/getBillers

Query parameters

categoryIdstring

Response

200

billerCategorystring
billerIdstring
categoryDescriptionstring
categoryIdstring
currencystring
customerIdstring
nameOfBillerstring

Example response

[
  {
    "billerCategory": "string",
    "billerId": "string",
    "categoryDescription": "string",
    "categoryId": "string",
    "currency": "NAIRA",
    "customerId": "string",
    "nameOfBiller": "string"
  }
]