/bills/products/:id

Retrieve information about a specific vendor for bill payments

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

Response Schema:

{
  "status": true,
  "message": "",
  "data": {
    "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
required

ID of the product

Response

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