# Colombia

## Payment Methods

|                                                                                                                          Icon                                                                                                                          | payment\_method | Name             |                          Flow                          |  Payment Type | Iframe supported |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | ---------------- | :----------------------------------------------------: | :-----------: | :--------------: |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/VI.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/VI.svg)                                     |       `VI`      | VISA             |    <p><code>REDIRECT</code><br><code>PCI</code></p>    |  CREDIT\_CARD |        Yes       |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/MC.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/MC.svg)                                     |       `MC`      | MasterCard       |    <p><code>REDIRECT</code><br><code>PCI</code></p>    |  CREDIT\_CARD |        Yes       |
| <img src="https://1770394879-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnTyHI84quh3WRqHk04Z4%2Fuploads%2Fvroo6RdFYPuN0yOYkj30%2Fimage.png?alt=media&#x26;token=20e754c4-b8c2-4208-814c-a27304b0147c" alt="" data-size="line"> |       `MD`      | MasterCard Debit |   <p><code>REDIRECT</code></p><p><code>PCI</code></p>  |  DEBIT\_CARD  |        Yes       |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/AE.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/AE.svg)                                     |       `AE`      | American Express |    <p><code>REDIRECT</code><br><code>PCI</code></p>    |  CREDIT\_CARD |        Yes       |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/EY.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/EY.svg)                                     |       `EY`      | Efecty           | <p><code>REDIRECT</code><br><code>ONE\_SHOT</code></p> |    VOUCHER    |        No        |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/PC.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/PC.svg)                                     |       `PC`      | PSE              | <p><code>REDIRECT</code><br><code>ONE\_SHOT</code></p> | BANK\_DEPOSIT |        Yes       |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/XU.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/XU.svg)                                     |       `XU`      | Con Suerte       | <p><code>REDIRECT</code><br><code>ONE\_SHOT</code></p> |    VOUCHER    |        Yes       |
|                                     [<img src="https://resources.directa24.com/cashin/payment_method/square/DX.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/DX.svg)                                     |       `DX`      | Dimonex          | <p><code>REDIRECT</code><br><code>ONE\_SHOT</code></p> |    VOUCHER    |        Yes       |
|                                                                         <img src="https://resources.directa24.com/cashin/payment_method/square/SR.svg" alt="" data-size="line">                                                                        |       `SR`      | Su Suerte        | <p><code>REDIRECT</code><br><code>ONE\_SHOT</code></p> |    VOUCHER    |        Yes       |
|                                                                         <img src="https://resources.directa24.com/cashin/payment_method/square/SZ.svg" alt="" data-size="line">                                                                        |       `SZ`      | Surti Mayorista  | <p><code>REDIRECT</code><br><code>ONE\_SHOT</code></p> |    VOUCHER    |        Yes       |
|                                                                         <img src="https://resources.directa24.com/cashin/payment_method/square/RD.svg" alt="" data-size="line">                                                                        |       `RD`      | Su Red           |                       `REDIRECT`                       |    VOUCHER    |        Yes       |
| <img src="https://1770394879-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnTyHI84quh3WRqHk04Z4%2Fuploads%2F5qOsXEChdu47lKreYCCi%2Fimage.png?alt=media&#x26;token=2692925f-3c22-4894-aec1-7ba520e23381" alt="" data-size="line"> |       `IA`      | Itaú             |                       `REDIRECT`                       | BANK\_DEPOSIT |                  |

{% hint style="success" %}
Use the [Payment Methods Endpoint](https://docs.pandablue.com/api-documentation/deposits-api/endpoints/payment-methods-endpoint) to retrieve the Payment Methods' types, logos and more details.
{% endhint %}

## Fields required for the [OneShot Experience](https://docs.pandablue.com/api-documentation/endpoints/deposit-creation-endpoint#oneshot-experience)

| Payment Method Name | country | amount | payer\[] | payment\_method |
| ------------------- | :-----: | :----: | :------: | :-------------: |
| All                 |   Yes   |   Yes  |    Yes   |       Yes       |

###

### Payer object requirements

| Payment Method Name | document | email | first\_name | last\_name | address\[] | phone |
| ------------------- | :------: | :---: | :---------: | :--------: | :--------: | :---: |
| All                 |    Yes   |  Yes  |     Yes     |     Yes    |     No     |   No  |
| VISA                |    Yes   |  Yes  |     Yes     |     Yes    |     Yes    |  Yes  |
| MasterCard          |    Yes   |  Yes  |     Yes     |     Yes    |     Yes    |  Yes  |
| American Express    |    Yes   |  Yes  |     Yes     |     Yes    |     Yes    |  Yes  |
| Dinners Club        |    Yes   |  Yes  |     Yes     |     Yes    |     Yes    |  Yes  |

###

### Address object requirements

| Payment Method Name | street | zip\_code |
| ------------------- | :----: | :-------: |
| All                 |   No   |     No    |
| VISA                |   Yes  |    Yes    |
| MasterCard          |   Yes  |    Yes    |
| American Express    |   Yes  |    Yes    |
| Dinners Club        |   Yes  |    Yes    |

{% hint style="success" %}
Other fields not in these lists are optional.
{% endhint %}

### Pagos Seguros en Linea (PSE) One shot flow

The PSE direct One shot flow send the customer directly to the checkout page, instead of redirecting to an intermediate page to choose the bank.\
\
It is necessary to add the `sub_payment_method` field to the deposit request to use this flow.  \
Below it's presented the list of banks accepted:\ <br>

| Bank name                               | Sub\_payment\_method |
| --------------------------------------- | -------------------- |
| Rappipay Daviplata                      | `RPP`                |
| Banco de Bogotá                         | `BDB`                |
| Banco Popular                           | `BPC`                |
| Banco GNB Sudameris                     | `GNB`                |
| Banco Caja Social                       | `BCJ`                |
| Banco Agrario                           | `AGR`                |
| Banco Davivienda                        | `BDA`                |
| Bancolombia                             | `BN`                 |
| Banco AV Villas                         | `BAV`                |
| Bancoomeva                              | `BCM`                |
| Banco Finandina                         | `BFB`                |
| Banco Cooperativo Coopcentral           | `BCC`                |
| Banco Santander Colombia                | `SC`                 |
| Banco Serfinanza                        | `BSF`                |
| BBVA Colombia                           | `AV`                 |
| Lulo Bank                               | `BLU`                |
| Dale                                    | `DAL`                |
| CFA Cooperativa Financiera              | `CFA`                |
| Citibank                                | `CK`                 |
| Cotrafa                                 | `COT`                |
| Coofinep Cooperativa Financiera         | `CCF`                |
| Confiar Cooperativa Financiera          | `CON`                |
| Banco Union antes giros                 | `BUG`                |
| Coltefinanciera                         | `COL`                |
| Daviplata                               | `DVP`                |
| Falabella                               | `LL`                 |
| BAN100 (formerly Banco Credifinanciera) | `BCR`                |
| Itau                                    | `I`                  |
| Iris                                    | `IRS`                |
| Movii S.A.                              | `MR`                 |
| Nequi                                   | `NQ`                 |
| Banco de occidente                      | `OC`                 |
| Pichincha                               | `IX`                 |
| Scotiabank Colpatria                    | `ST`                 |
