Skip to content

Suggested

API Dashboard

Payments / RailsDaviplata

Daviplata

Davivienda's mobile wallet. Used for pay-in and pay-out in Colombia.

Rail overview

Use DAVIPLATA when the payer or recipient operates through Davivienda’s mobile wallet rather than a traditional bank account.

Wallet rails are provider-confirmed: Conomy tracks the payment after the wallet accepts, rejects, or completes the instruction.

Region Colombia
Currency COP
Direction Pay-in / Pay-out
Model Mobile wallet

Make wallet identifiers explicit in your UI so users do not confuse phone-based wallet data with bank account data.

FieldTypeDescription
typestringMust be "DAVIPLATA"
currencystringMust be "COP"
daviplata.customer.documentTypestringDocument type (e.g., "CC")
daviplata.customer.documentNumberstringColombian ID number
daviplata.customer.emailstringCustomer’s email
{
"type": "DAVIPLATA",
"currency": "COP",
"daviplata": {
"customer": {
"documentType": "CC",
"documentNumber": "1020304050",
"email": "usuario@example.com"
}
}
}

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.