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
created after
created before
ISPB bank
To clear whether this bank is authorized ISPB
name of bank
Define the ordering of the query. Allowed values:
bank_id, code, name, document_name, logo, created_at, updated_at. Default: idThe current page that will be displayed on returned list.
The number of banks that will be displayed per page on paginated lists.
Define the sort order: ascending or descending
updated after
updated before
Response
internal id
bank code
ISPB code
Date name
logo
Create date
Update date
Delete date
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:

