Get Commercial Bank

This retrieves the list of available banks and code for interbank transfers.

To get the list of available banks and their code, you append your token to the get commercial banks endpoint path and make a get request.

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

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

Path Parameters

Name
Type
Description

Token*

String

Authentication Key for the request

   [
 {
 "Code": "076",
 "Gateway": null,
 "ID": "1",
 "Name": "Skye Bank",
 "Status": false,
 "StatusDetails": null,
 "RequestStatus": false,
 "ResponseDescription": null,
 "ResponseStatus": null
 },
 {
 "Code": "035",
 "Gateway": null,
 "ID": "2",
 "Name": "Wema Bank",
 "Status": false,
 "StatusDetails": null,
 "RequestStatus": false,
 "ResponseDescription": null,
 "ResponseStatus": null
 },
 ]

Last updated