Skip to main content

Fetch bank codes and names

Fetch the bank codes and names tied to all banks
You need the bankCode when performing bank account lookups and bank transfers. Call this endpoint once and cache the result — bank codes rarely change.

GET /v1/transfers/banks

curl --request GET \
  --url https://api.nomba.com/v1/transfers/banks \
  --header 'Authorization: Bearer <token>' \
  --header 'accountId: <accountid>'

Response body

code
string
required
Response code. "00" indicates success.
description
string
required
Response description.
data
object
results
object[]
List of all supported banks.