Supported Institutions
Use the bank list endpoint to retrieve supported banks and mobile money providers for a currency.
Endpoint
GET https://backendapi.sayswitchgroup.com/api/v1/bank_list/{currency}Replace {currency} with either KES or GHS.
Headers
Authorization: Bearer YOUR_SECRET_KEY
Content-Type: application/jsonExample Requests
curl -X GET "https://backendapi.sayswitchgroup.com/api/v1/bank_list/GHS" \
-H "Authorization: Bearer YOUR_SECRET_KEY" \
-H "Content-Type: application/json"curl -X GET "https://backendapi.sayswitchgroup.com/api/v1/bank_list/KES" \
-H "Authorization: Bearer YOUR_SECRET_KEY" \
-H "Content-Type: application/json"Description
The response returns a list of supported banks and mobile money providers for the specified currency. Each entry includes the bank or provider name, bank code, type, and logo URL.
Response Fields
| Field | Type | Description |
|---|---|---|
success | Boolean | Request success status |
message | String | Human-readable status message |
currency | String | Currency code, such as KES or GHS |
data[].bankName | String | Display name of the bank or provider |
data[].bankCode | String | Unique code used in transfer requests |
data[].type | String | BANK or MOMO |
data[].logo | String | URL to the bank or provider logo image |
Ghana Supported Institutions
| Bank Code | Type |
|---|---|
REPUBLIC | BANK |
GCBGH | BANK |
GTBANKGH | BANK |
UBA | BANK |
MTNGH | MOMO |
UMB | BANK |
FIDELITY | BANK |
ZENITHGH | BANK |
ABSA | BANK |
STANCHART | BANK |
STANBICGH | BANK |
FIRSTATGH | BANK |
OMNIBSIC | BANK |
BANKOFAFRICA | BANK |
ARBAPEX | BANK |
FBNGH | BANK |
TCELGH | MOMO |
SOCIETE | BANK |
CAL | BANK |
ADB | BANK |
PBL | BANK |
ECOBANKGH | BANK |
FNBGH | BANK |
CBG | BANK |
NIB | BANK |
ACCESSGH | BANK |