# 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

```json
{
  "type": "BANCOLOMBIA",
  "currency": "COP",
  "bancolombia": {
    "customer": {
      "email": "usuario@example.com"
    }
  }
}
```

## 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

* Spec: `conomyhq-api`
* Component: `bancolombia`
* Source: [Payment API.yaml](https://raw.githubusercontent.com/conomyapp/gitbook-docs/main/.gitbook/assets/Payment%20API.yaml)
