get https://testids.interswitch.co.ke:9080/api/v2/quickteller/billers//paymentitems
This method retrieves billers based on the supplied search criteria
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Field | M/O | Length | Format | Description |
---|---|---|---|---|
BillerId | Biller id returned in GetBillers response | >2 | Numeric | Unique per biller. Returned in GetBillers response |
GetBillerPaymentItems Response
A HTTP response code 200 is sent back for a success
Response Parameters
Field | Description | |
---|---|---|
ResponseCode | Response Code | |
categoryid | Category Id | |
billerid | Id of Quickteller Biller | |
isAmountFixed | False is returned for variable amount, while True is returned for fixed amount | If amount is fixed, it is mandatory to send the exact returned in the GetBillerPaymentItems response in your SendBillpaymentAdvice request. |
paymentitemid | Item Id | |
paymentitemname | Payment Item name | |
amount | Item Amount | |
code | Item code | |
currencycode | Currency code | |
currencysymbol | "..." | |
itemcurrencycode | "..." | |
paymentcode | Unique Payment item identifier |
Note;
Requests will be sent over the REST protocol!
Please use below example to generate security headers.