/bills/vendors/by-category/:category

Get the list of vendors for bill payments for a specified bill payment category.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

category is either airtime, mobile-data, cable-tv, or electricity.

Response Schema:

{
  "status": boolean,
  "message": string,
  "data": {
    "vendors": [
      {
        "id": string,
        "name": string,
        "products": [
          {
            "id": string,
            "name": string,
            "vendor": {
              "id": string,
              "name": string,
            },
            "amount": {
              "type": "fixed" | "range",
              "fixed": string | null,
              "minimum": string | null,
              "maximum": string | null,
            },
            "customerIdLabel": string,
            "category": "airtime" | "mobile-data" | "cable-tv" | "electricity",
            "commissionPercentage": string,
          }
        ]
      }
    ]
  }
}
Path Params
string
enum
required
Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json