Get Billers Category

This retrieves the list of available biller categories.

To get the list of available biller categories, you append your token to the get biller category endpoint path and make a get request.

It is required to append your token to this request for a successful response.

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/
BillsPayment/GetBillerCategories/{Token}

GET https://staging.mybankone.com/thirdpartyapiservice/apiservice/BillsPayment/ GetBillerCategories/{Token}

Path Parameters

Name
Type
Description

Token*

String

Authentication Key for the request

[
 {
 "Description": "Pay Utility Bills here",
 "IsAirtime": false,
 "BillerCategoryID": 0,
 "ID": "1",
 "Name": "Utilities",
 "Status": false,
 "StatusDetails": null,
 "RequestStatus": false,
 "ResponseDescription": null,
 "ResponseStatus": null
 }
 ]

Last updated