v1

latestOpenAPI 3.0.02026-07-14866188.2 KB
Info

Get list of bank branches and branch code.

get/v0.2.4/info/bank-branches

Query parameters

bankIDstring required

bankCode id from /info/country-banks

Response

Success.

statusstring

Status of the request.

messagestring

Message indicating the result of the operation.

Example response

{
  "status": "success",
  "message": "Operation successful",
  "data": [
    {
      "id": 1014,
      "branch_code": "GH190603",
      "branch_name": "STABIC BANK GHANA LIMITED - ADUM",
      "swift_code": "SBICGHAC",
      "bic": "SBICGHAC",
      "bank_id": 280
    }
  ]
}