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.
Make wallet identifiers explicit in your UI so users do not confuse phone-based wallet data with bank account data.
Required fields
Section titled “Required fields”| Field | Type | Description |
|---|---|---|
type | string | Must be "DAVIPLATA" |
currency | string | Must be "COP" |
daviplata.customer.documentType | string | Document type (e.g., "CC") |
daviplata.customer.documentNumber | string | Colombian ID number |
daviplata.customer.email | string | Customer’s email |
Example
Section titled “Example”{ "type": "DAVIPLATA", "currency": "COP", "daviplata": { "customer": { "documentType": "CC", "documentNumber": "1020304050", "email": "usuario@example.com" } }}Object
Section titled “Object”Information on who pays the transaction
idstringUnique identifier for the internal service.
firstNamestringrequiredPayer's name
emailstringPayer's email
lastNamestringPayer's last name
phoneNumberstringPayer's phone number without prefix
phoneNumberPrefixstringPhone number prefix (e.g., +57)
documentTypestringDocumeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.
documentNumberstringThe document number associated with the documentType
addressobjectThe entity’s address information.
administrativeAreaLevel1stringThe first-level administrative division.
administrativeAreaLevel2stringThe second-level administrative division.
administrativeAreaLevel3stringThe third-level administrative division.
streetstringThe name of the street.
streetNumberstringThe street number.
optionalAddressstringAdditional address details.
countrystringCountry of operations for the entity, specified using the ISO 3166-1 alpha-3 standard (e.g., CHL, USA, MEX). Go to the countries page for the complete list of supported values.
zipcodestringZipcode f the address
Redirect URL on successful payment.
Redirect URL on failed payment.