BREB

Colombia's interbank electronic transfer network. Used for pay-out in Colombia.

BREB (Banco de la República Electronic Bridge) is Colombia's interbank settlement network, used for direct bank-to-bank transfers. Use it as a destination for payouts to Colombian bank accounts.

Country: Colombia | Currency: COP | Direction: Pay-out

Required fields

Field
Type
Description

type

string

Must be "BREB"

currency

string

Must be "COP"

breB.bankId

string

Bank code of the recipient's bank

breB.customer.firstName

string

Recipient's first name

breB.customer.lastName

string

Recipient's last name

breB.customer.email

string

Recipient's email

breB.bank.accountNumber

string

Recipient's account number

Example

{
  "type": "BREB",
  "currency": "COP",
  "breB": {
    "bankId": "1022",
    "bank": {
      "accountNumber": "123456789"
    },
    "customer": {
      "firstName": "Camila",
      "lastName": "Torres",
      "email": "[email protected]"
    }
  }
}

Schema

The breb object

Attributes
bankIdstringRequired

Bank identifier for the recipient's account.

accountNumberstringRequired

Recipient's bank account number.

accountTypestring · enumOptional

Account type (CHECKING or SAVINGS).

Possible values:

The breb object

Last updated