Skip to content

Suggested

API Dashboard

Payments / RailsBREB

BREB

Colombia interbank transfer rail. Used for pay-out in Colombia.

Rail overview

Use BREB for Colombian bank payouts when the recipient should receive funds through local bank infrastructure.

Conomy captures the withdrawal from an internal ACCOUNT and sends the payout instruction to the provider for bank processing.

Region Colombia
Currency COP
Direction Pay-out
Model Bank payout rail

Collect enough recipient bank data before capture so failures are validation issues, not operational exceptions.

FieldTypeDescription
typestringMust be "BREB"
currencystringMust be "COP"
breb.bankIdstringRecipient bank code
breb.accountNumberstringRecipient account number
breb.customer.firstNamestringRecipient first name
breb.customer.lastNamestringRecipient last name
breb.customer.emailstringRecipient email
{
"type": "BREB",
"currency": "COP",
"breb": {
"bankId": "1022",
"accountNumber": "123456789",
"customer": {
"firstName": "Camila",
"lastName": "Torres",
"email": "camila@example.com"
}
}
}

Bank identifier for the recipient's account.

Recipient's bank account number.

CHECKINGSAVINGS

Information on who pays the transaction

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.