BANCOLOMBIA

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

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.

Schema

The bancolombia object

Attributes
successUrlstringOptional

Redirect URL on successful payment.

failedUrlstringOptional

Redirect URL on failed payment.

The bancolombia object

Last updated