The GET /banks endpoint retrieves the list of banks for a specified country. Bank identifiers names are useful when creating recipient accounts.

Implementation Guide:

  • Given a countryIso3Code, this operation returns an array of banks located in that country.
  • Use this endpoint to dynamically populate bank selection fields in your application.
Log in to see full request history
Query Params
string
required
length between 3 and 3
string

The search looks for any part of bankname in the bank's full name.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json