Skip to main content
GET
List Institutions

List Institutions

Return the list of banks available in Brazil.

Query Parameters

string
created after
string
created before
string
ISPB bank
boolean
To clear whether this bank is authorized ISPB
string
name of bank
string
Define the ordering of the query. Allowed values: bank_id, code, name, document_name, logo, created_at, updated_at. Default: id
integer
The current page that will be displayed on returned list.
integer
The number of banks that will be displayed per page on paginated lists.
string
Define the sort order: ascending or descending
string
updated after
string
updated before

Response

number
internal id
string
bank code
string
ISPB code
string
Date name
logo
string
Create date
string
Update date
string
Delete date
boolean
Informs whether the ISPB of that institution is authorized or not

Use Cases

Display Bank List in UI

Validate Bank Code

Search Banks

Best Practices

The list of institutions doesn’t change frequently. Cache the response to reduce API calls:
Always handle potential errors when fetching the bank list:
If you only need specific types of institutions, filter the results:

Rate Limiting

This endpoint is subject to rate limiting. Please cache the response and avoid making excessive requests.