> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/changelog/legacy-changelog/new-channel-announcement-bank-transfer-colombia-pse.md).

# New Channel Announcement: Bank Transfer Colombia (PSE)

![:satellite:](https://codapayments.readme.io/public/img/emojis/satellite.png)We are excited to announce the addition of a new payment channel called "Bank Transfer Colombia" to our Codapay. This channel is specifically designed to cater to our Colombian users, offering a convenient and secure payment option for their transactions.

![](https://files.readme.io/1e6b8f5-colombia_bank_logo.png)

{% hint style="info" %}
📘 <mark style="color:blue;">**About Bank Transfer Colombia (PSE)**</mark>

PSE is a real-time online bank transfer payment method in Colombia. At checkout, the customer selects the name of their bank and logs in to their online banking environment. They review the pre-populated payment details, authorize the payment and then simply wait for the purchase to arrive, or their account to be credited in the case of a service.
{% endhint %}

## Key Features of "Bank Transfer Colombia":

* **Minimum and Maximum Price Points**:\
  "Bank Transfer Colombia" channel supports transactions ranging from a minimum price point of $3,700 up to a maximum price point of $3,000,000. This wide range allows our users to make payments for various goods and services with flexibility.
* **Authentication via Bank Account**:\
  To ensure the security and authenticity of transactions, users will be required to authenticate their payments using their bank accounts. This authentication process adds an extra layer of protection and instils confidence in our users.
* **Support for Payment Page API and Backend API**:\
  Channel provides support for both the Payment Page API and Backend API. This flexibility allows our developers to choose the integration method that best suits their needs and preferences.

## Information Required from Users:

To facilitate a seamless payment experience, users will be prompted to provide the following information on the payment channel page:

* [x] &#x20;Name
* [x] &#x20;Designation (Persona Natural / Persona Jurídica)
* [x] &#x20;Document Type
* [x] &#x20;Document Number
* [x] &#x20;Choice of Bank
* [x] &#x20;Email Address

We kindly request our users provide accurate and complete information during the payment process to ensure smooth transactions and minimize any potential issues.

![](https://files.readme.io/8d78aab-image.png)![](https://files.readme.io/02d7a69-image.png)![](https://files.readme.io/88e51b2-image.png)

***

## Flow Description

<figure><img src="https://files.readme.io/94c4da9-image.png" alt="1\. User will be asked to input the information" width="563"><figcaption><p>1. User will be asked to input the information</p></figcaption></figure>

<figure><img src="https://files.readme.io/62b2651-image.png" alt="2\. User will be redirected to bank page, Coda will show a pending page." width="563"><figcaption><p>2. User will be redirected to bank page, Coda will show a pending page.</p></figcaption></figure>

<figure><img src="https://files.readme.io/e55af37-image.png" alt="3\. User is redirected to his bank page to complete bank information" width="563"><figcaption><p>3. User is redirected to his bank page to complete bank information</p></figcaption></figure>

<figure><img src="https://files.readme.io/2e2717a-image.png" alt="4\. Coda will show the success page once the payment has been received" width="563"><figcaption><p>4. Coda will show the success page once the payment has been received</p></figcaption></figure>

***

If you have any questions or require assistance regarding the implementation or usage of this new payment channel, please do not hesitate to reach out to our support team.

Thank you for your attention, and we look forward to continued success with the "Bank Transfer Colombia" payment channel.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coda.co/changelog/legacy-changelog/new-channel-announcement-bank-transfer-colombia-pse.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
