Skip to content

Suggested

API Dashboard

Payments / RailsBancolombia

Bancolombia

Bancolombia's direct pay-in button. Used for pay-in in Colombia.

Rail overview

Use BANCOLOMBIA for Colombian pay-ins where the payer authorizes through Bancolombia directly.

The payment remains provider-dependent until the bank confirms the transfer; Conomy then reconciles the amount and destination.

Region Colombia
Currency COP
Direction Pay-in
Model Direct bank button

Best for bank-native Colombian topups where the payer already expects a direct Bancolombia experience.

FieldTypeDescription
typestringMust be "BANCOLOMBIA"
currencystringMust be "COP"
bancolombia.customer.emailstringPayer’s email
{
"type": "BANCOLOMBIA",
"currency": "COP",
"bancolombia": {
"customer": {
"email": "usuario@example.com"
}
}
}
FieldDescription
urlDeep link / redirect URL to Bancolombia’s authorization flow

Redirect the user to bancolombia.url to complete authorization.

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.

Redirect URL on successful payment.

Redirect URL on failed payment.