Get Billers

This retrieves the list of available billers.

To get the list of available billers, you append your token to the get billers 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/GetBillers/{Token}

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

Path Parameters

Name
Type
Description

Token*

String

Authentication Key for the request

[
 {
 "CategoryId": "18",
 "BillerID": 0,
 "BillerCategoryID": null,
 "Narration": "Stanbic Mobile Money - Fund Wallet",
 "CurrencyCode": "566",
 "CurrencySymbol": "NGN",
 "CustomerField1": "Wallet Account No (234XXXXX)",
 "CustomerField2": "",
 "SupportEmail": "",
 "Surcharge": 0.0,
 "Url": null,
 "LogoUrl": "stanbic.jpg",
 "IsActive": false,
 "ShortName": "SM",
 "CustomSectionUrl": "",
 "ID": "900",
 "Name": "*909# Stanbic MobileMoney",
 "Status": true,
 "StatusDetails": null,
 "RequestStatus": false,
 "ResponseDescription": null,
 "ResponseStatus": null
 }
 ]

Last updated