List Institutions
Banks
List Institutions
Return the list of banks available in Brazil
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: idinteger
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
string
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
Cache the Response
Cache the Response
The list of institutions doesn’t change frequently. Cache the response to reduce API calls:
Handle Errors Gracefully
Handle Errors Gracefully
Always handle potential errors when fetching the bank list:
Filter by Type
Filter by Type
If you only need specific types of institutions, filter the results:

