Skip to content

Suggested

API Dashboard

Payments / RailsDavivienda

Davivienda

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

Rail overview

Use DAVIVIENDA for Colombian pay-ins where the user authorizes through Davivienda directly.

The user completes the bank interaction, the provider confirms the transfer, and Conomy updates the payment status asynchronously.

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

Use redirect state for UX only; use webhooks as the source of truth for fulfillment.

FieldTypeDescription
typestringMust be "DAVIVIENDA"
currencystringMust be "COP"
davivienda.customer.emailstringPayer’s email
davivienda.bankIdstringBank identifier
{
"type": "DAVIVIENDA",
"currency": "COP",
"davivienda": {
"bankId": "10006000",
"customer": {
"email": "usuario@example.com"
}
}
}
FieldDescription
urlRedirect URL to Davivienda’s authorization page

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.