🇵🇪Peru
Check the requirements and validations made over the cashouts on Peru
Required fields
Field | Format | Description |
| String | Cashouts login |
| String | Cashouts pass |
| String (max length: 100) | Transaction's ID on your end |
| Beneficiary's document ID | |
| Beneficiary's document type | |
|
| See country codes |
|
| See currency codes |
| Number with up to 2 decimals | Cashout amount |
| Beneficiary's bank account | |
| See account types | Beneficiary's bank account type |
| String (max length: 100) | Beneficiary's name |
| String (max length: 100) | Beneficiary's last name |
Bank Account Validations
Bank name | Bank code | Description | Format | Example |
All | - | CCI - Código de Cuenta Interbancaria | Length 20 (with verifying digits - a validation algorithm is ran over these) | 00219300153895206813 |
CCI validation algorithm
Since the first three digits of the CCI are the bank code, it is not mandatory to send the bank_code
field. However, we validate those 3 first digits to be a valid bank_code
.
Account Types
The account_type
is specified with only one character as described below.
| Description |
| Checkings account |
| Savings account |
Document Validations
Click here to check document types and validations.
Example Request
Bank Codes
Bank | Code |
Banco de Crédito del Peru | 002 |
Interbank | 003 |
Citibank | 007 |
Scotiabank | 009 |
BBVA Continental | 011 |
Banco de la Nación | 018 |
Banco de Comercio | 023 |
Banco Financiero | 035 |
Banco Interamericano de Finanzas (BIF) | 038 |
Crediscotia Financiera | 043 |
Mi Banco | 049 |
Banco GNB Peru S.A | 053 |
Banco Falabella | 054 |
Santander | 056 |
Caja Metropolitana de Lima | 800 |
Caja Municipal de Ahorro y Credito Piura SAC | 801 |
Caja Municipal de Ahorro y Crédito Trujillo | 802 |
Caja Municipal de Ahorro y Crédito Arequipa | 803 |
Caja Municipal de Ahorro y Crédito Sullana | 805 |
Caja Municipal de Ahorro y Crédito Cuzco | 806 |
Caja Municipal de Ahorro y Crédito Huancayo | 808 |
For the full and most up-to-date list of banks and its codes, please check the Cashout Bank Code endpoint.
Last updated