v1

latestOpenAPI 3.1.02026-07-26290731.0 KB

Get Billers

This fetches the list of available billers

get/services

Headers

Authorizationstring
Content-Typestring
Terminalidstring

Response

200

ResponseCodestring
ResponseCodeGroupingstring

Example response

{
  "BillerList": {
    "Count": 257,
    "Category": [
      {
        "Id": 9,
        "Name": "Subscriptions",
        "Description": "Pay for your other subscriptions (like ISP) here",
        "Billers": [
          {
            "Id": 157,
            "PayDirectProductId": 3521,
            "Name": " Multichoice Dealer POS Payments",
            "ShortName": "MCNDLR",
            "Narration": " Multichoice Dealer POS Payments",
            "CustomerField1": "SmartCard No",
            "LogoUrl": "mcn.jpeg",
            "Surcharge": "10000",
            "CurrencyCode": "840",
            "CurrencySymbol": "USD",
            "QuickTellerSiteUrlName": "multichoice",
            "PageFlowInfo": {
              "FinishButtonName": "Finish",
              "StartPage": "DoPayment.aspx",
              "UsesPaymentItems": true,
              "PerformInquiry": true,
              "AllowRetry": true
            },
            "CategoryId": 9,
            "CategoryName": "Subscriptions"
          }
        ]
      }
    ]
  },
  "ResponseCode": "90000",
  "ResponseCodeGrouping": "SUCCESSFUL"
}