---
title: "Get Billers"
method: GET
path: "/services"
---

# Get Billers

`GET /services`

This fetches the list of available billers

## Headers

- `Authorization` string
- `Content-Type` string
- `Terminalid` string

## Response `200`

200

- object
  - `BillerList` object
    - `Count` integer
    - `Category` object[]
      - `Id` integer
      - `Name` string
      - `Description` string
      - `Billers` object[]
        - `Type` string
        - `Id` integer
        - `PayDirectProductId` integer
        - `PayDirectInstitutionId` integer
        - `Name` string
        - `ShortName` string
        - `Narration` string
        - `CustomerField1` string
        - `LogoUrl` string
        - `Surcharge` string
        - `CurrencyCode` string
        - `CurrencySymbol` string
        - `QuickTellerSiteUrlName` string
        - `PageFlowInfo` object
          - `Elements` object[]
          - `FinishButtonName` string
          - `StartPage` string
          - `UsesPaymentItems` boolean
          - `PerformInquiry` boolean
          - `AllowRetry` boolean
        - `CategoryId` integer
        - `CategoryName` string
        - `AmountType` integer
  - `ResponseCode` string
  - `ResponseCodeGrouping` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
