DAVIVIENDA

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

OpenAPI reference

Last updated