BANCOLOMBIA

Bancolombia's transfer button allows Bancolombia account holders to authorize a payment directly from their app or web banking, without leaving your flow.

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

Required fields

Field
Type
Description

type

string

Must be "BANCOLOMBIA"

currency

string

Must be "COP"

bancolombia.customer.email

string

Payer's email

Example

{
  "type": "BANCOLOMBIA",
  "currency": "COP",
  "bancolombia": {
    "customer": {
      "email": "[email protected]"
    }
  }
}

Response fields

Field
Description

url

Deep link / redirect URL to Bancolombia's authorization flow

Redirect the user to bancolombia.url to complete authorization.

OpenAPI reference

Last updated