List All Banks
This endpoint provides a catalog of supported banks for users to link their bank accounts.
Bank Schema
Bank unique identifier
Bank name
Usage in Bank Accounts
Banks are referenced when users create bank accounts (CuentaBancaria). The bank ID from this list is used to associate a user’s bank account with a specific bank.Typical Flow
-
List Available Banks
User sees all supported banks
- User Selects Bank User chooses a bank from the list (e.g., idBancos: 1 for BCP)
-
Create Bank Account
- Perform Transactions User can now deposit/withdraw using their linked bank account
Supported Banks
The InvestGo platform currently supports the following Peruvian banks:| Bank ID | Bank Name |
|---|---|
| 1 | Banco de Crédito del Perú (BCP) |
| 2 | BBVA Continental |
| 3 | Scotiabank Perú |
| 4 | Interbank |
| 5 | Banco Pichincha |
| 6 | Banco de la Nación |
| 7 | Banco GNB Perú |
| 8 | Banco Falabella |
| 9 | Banco Ripley |
| 10 | Banco Azteca |
The bank list is managed by administrators. Contact support to request adding support for additional banks.
Integration Notes
Bank Account Relationship
The bank information is used in the CuentaBancaria (Bank Account) entity:Bank Account Example
Used In
- Transaction Deposits: Bank accounts linked to specific banks
- Transaction Withdrawals: Bank accounts linked to specific banks
- User Profile: Display user’s linked bank accounts with bank names
- Admin Panel: Bank account management and monitoring