magnifying-glassGet bank codes

Retrieve Bank List by Country

get

This API allows you to retrieve the list of banks available in each country.

Authorizations
AuthorizationstringRequired

Authentication using a Bearer Token (Read-Only API Key). The token should be prefixed with "Bearer ".

Query parameters
countrystring · min: 2 · max: 2Required

Country ISO code (2 letters).

Example: BR
Responses
chevron-right
200

Bank list successfully retrieved.

application/json
codeinteger · int32Required

Bank code. It is the value you must send in the field bank_code of the cashouts and deposits requests.

Example: 1
namestringRequired

Name of the bank.

Example: BANCO DO BRASIL S.A.
get
/banks

Last updated

Was this helpful?