Skip to main content

Banks Reference

The Banks API provides access to the list of financial institutions available in Brazil for payment processing.

Overview

WEpayments supports a wide range of Brazilian banks and financial institutions. The Banks API allows you to retrieve the complete list of available institutions, which is essential for:
  • Payment Processing: Know which banks are supported for transactions
  • User Interface: Display bank options to your users
  • Integration: Validate bank codes before processing payments
  • Compliance: Ensure you’re working with authorized institutions

Available Institutions

The API returns information about all banks registered with the Brazilian Central Bank (Banco Central do Brasil) that are supported by WEpayments.

Institution Information

Each institution in the list includes:

Use Cases

Retrieve the list of institutions to populate a dropdown or selection menu in your application:
Validate bank codes before processing transactions:
Convert bank codes to readable names for display:
Filter institutions by type (e.g., only traditional banks):

Common Banks in Brazil

Some of the major banks you’ll find in the list include:
  • Banco do Brasil - One of the largest banks in Brazil
  • Caixa Econômica Federal - Federal savings bank
  • Itaú Unibanco - Major private bank
  • Bradesco - One of the largest private banks
  • Santander Brasil - International bank with Brazilian operations
  • Nubank - Leading digital bank
  • Inter - Digital bank and payment institution
  • PagSeguro - Payment institution

Best Practices

Cache the Bank List: The list of institutions doesn’t change frequently. Cache it in your application to reduce API calls and improve performance.
Keep Updated: While the list is relatively stable, new institutions may be added. Refresh your cache periodically (e.g., weekly) to stay current.

Caching Strategy

Next Steps

List Institutions

View the API endpoint documentation

Payment Processing

Learn how to process payments