v1
latestOpenAPI 3.1.02026-07-2656258207.2 KBBanks
Retrieve bank branches
Retrieve branches by bank id
get/banks/{id}/branches
Path parameters
idstring required
The Bank's unique ID.
Example:bnk_xC78Ibn
Headers
X-Trace-Idstring
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
Response
OK
Example response
{
"data": [
{
"id": "brh_Ka89d1",
"code": "GH190101",
"name": "STANBIC BANK GHANA LTD-ACCRA MAIN",
"swift_code": "SBICGHAC",
"bic": "SBICGHACXXX"
}
]
}