---
title: "Get Biller Payment Item"
method: GET
path: "/services/options?serviceid={billerid}"
---

# Get Biller Payment Item

`GET /services/options?serviceid={billerid}`

This fetches the items available under a biller.

## Path parameters

- `billerid` string, required

## Headers

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

## Response `200`

200

- object
  - `PaymentItems` object[]
    - `Id` string
    - `Name` string
    - `BillerName` string
    - `ConsumerIdField` string
    - `Code` string
    - `BillerType` string
    - `ItemFee` string
    - `Amount` string
    - `BillerId` string
    - `BillerCategoryId` string
    - `CurrencyCode` string
    - `CurrencySymbol` string
    - `ItemCurrencySymbol` string
    - `Children` object[]
    - `IsAmountFixed` boolean
    - `SortOrder` integer
    - `PictureId` integer
    - `PaymentCode` string
    - `UssdShortCode` string
    - `AmountType` integer
    - `PaydirectItemCode` string
  - `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/revisions/13065c872c78/schema)
