DAVIPLATA

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

Daviplata is Davivienda's mobile wallet, widely used for transfers among unbanked and banked users in Colombia. It supports both pay-in (collection) and pay-out (disbursement).

Country: Colombia | Currency: COP | Direction: Pay-in / Pay-out

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

{
  "type": "DAVIPLATA",
  "currency": "COP",
  "daviplata": {
    "customer": {
      "documentType": "CC",
      "documentNumber": "1020304050",
      "email": "[email protected]"
    }
  }
}

Schema

The daviplata object

Attributes
successUrlstringOptional

Redirect URL on successful payment.

failedUrlstringOptional

Redirect URL on failed payment.

The daviplata object

Last updated