Bank list

Bank codes are used to identify banks in a particular region/country.

Bank codes are paired with country codes to resolve destination banks where funds are to be disbursed to.

Retrieve the list of banks for a particular country and currency which are supported by SwitchApp.

get
Authorizations
Query parameters
CountrystringOptional
CurrencystringOptional
Responses
200
Success
application/json
get
GET /v1/banks HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
200

Success

{
  "status": "success",
  "message": "text",
  "data": {
    "bank_name": "text",
    "bank_code": "text"
  },
  "meta": {},
  "errors": {
    "ANY_ADDITIONAL_PROPERTY": [
      "text"
    ]
  },
  "is_error": true
}

Bank codes can also be retrieved on the dashboard. The guide below details how to achieve this.

SwitchApp Dashboard: Initiate Transfers Page
SwitchApp Dashboard: Bank Codes & Slugs List

Last updated