This method retrieves all the biller category types
HTTP Method: GET
Resource Url
https://sandbox.interswitchng.com/api/v2/quickteller/categorys
Headers
Please refer to attached document to learn how to compute the required headers for authentication.
ISA01000I Interswitch Services API Specification
Authentication Headers
Content Type:application/json
Authorization:InterswitchAuth SUifhfjdbxbkfhj132hdfhjshfjhsv Signature: kuTwggg/3gdgdghs= Timestamp: 1434455667788 Nonce:7333394444423754333 SignatureMethod:SHA1 TerminalID: 3DMO0001 |
Request Parameters
Field | M/O | Length | Format | Description | |
Terminal ID | M | 8 | Alphanumeric | Terminal ID provided by Interswitch |
GetBillerCategories Response
A HTTP response code 200 is sent back for a success
Response Parameters
Field | Description |
ResponseCode | Response Code |
categoryid | Category Id |
categoryname | Category Name |
categorydescription | Description of Category |
Sample Response
200
{
“categorys”: [
{
“categoryid”: “1”,
“categoryname”: “Utility Bills”,
“categorydescription”: “Pay your utility bills here”
},
{
“categoryid”: “2”,
“categoryname”: “Cable TV Bills”,
“categorydescription”: “Pay for your cable TV subscriptions here”
}
]
}
Communication
Requests will be sent over the REST protocol