GET
/
bank-info
/
{countryCode}
[
  {
    "bankCode": "BANCO_CHILE",
    "name": "BANCO DE CHILE",
    "institutionName": "BANCO DE CHILE",
    "transferCode": "001"
  }
]

Colombian Bank validations

To avoid rejections, you need to take into account the requirements of the destination accounts according to the bank to which you are going to send the payment:

BankValidations
NEQUIMaximum account number size must be 11
DAVIVIENDAMinimum account number size must be 12
BANCOLOMBIAMaximum account number size must be 11
DAVIPLATAThe account number must start with 3 and the minimum size must be 10
BANCO CAJA SOCIAL BCSC SAMaximum account number size must be 11
BANCO DE BOGOTÁMaximum account number size must be 9
SCOTIABANK COLPATRIA SAMaximum account number size must be 10

Warning: The bankAccountNumber: Bank Account Number field must contain only numbers and be different from 0.

Path Parameters

countryCode
string
required

Symbol of the country of choice.

Response

200 - application/json
bankCode
string
name
string
institutionName
string
transferCode
string