DAVIVIENDA

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

Davivienda's payment button lets Davivienda account holders authorize a payment directly from their banking interface.

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

Required fields

Field
Type
Description

type

string

Must be "DAVIVIENDA"

currency

string

Must be "COP"

davivienda.customer.email

string

Payer's email

davivienda.bankId

string

Bank identifier

Example

{
  "type": "DAVIVIENDA",
  "currency": "COP",
  "davivienda": {
    "customer": {
      "email": "[email protected]"
    }
  }
}

Response fields

Field
Description

url

Redirect URL to Davivienda's authorization page

Schema

The davivienda object

Attributes
successUrlstringOptional

Redirect URL on successful payment.

failedUrlstringOptional

Redirect URL on failed payment.

The davivienda object

Last updated