> For the complete documentation index, see [llms.txt](https://docs.supefina.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supefina.net/huan-ying-shi-yong-supefina-de-api-wen-dang/dai-fu/ge-lun-bi-ya.md).

# 哥伦比亚

哥伦比亚的代付分为两种，一种是基于ACH的银行转账（Transfer），目的账户为银行账户，但无法实时到账，需要根据ACH的处理周期来分阶段处理，一般工作日期间1-3小时到账，非工作日部分银行无法进行处理，需等到工作日才能代付成功。

另一种是Bre-B，可以7\*24全天进行代付，实时到账。目的账户为用户的手机号或身份证号、电子邮件地址和其他自定义字符串。

{% content-ref url="/pages/1dkOzxAZNjC49nAh9I4M" %}
[Transfer](/huan-ying-shi-yong-supefina-de-api-wen-dang/dai-fu/ge-lun-bi-ya/transfer.md)
{% endcontent-ref %}

{% content-ref url="/pages/FjTu50Ncaicg0uiIHoll" %}
[Transfiya](/huan-ying-shi-yong-supefina-de-api-wen-dang/dai-fu/ge-lun-bi-ya/transfiya.md)
{% endcontent-ref %}

{% content-ref url="/pages/dhDoJSgdpUdcIDP5dOPF" %}
[代付失败原因说明](/huan-ying-shi-yong-supefina-de-api-wen-dang/dai-fu/ge-lun-bi-ya/dai-fu-shi-bai-yuan-yin-shuo-ming.md)
{% endcontent-ref %}

{% content-ref url="/pages/31UdwVDt9Dqb0N417CDF" %}
[Broken mention](broken://pages/31UdwVDt9Dqb0N417CDF)
{% endcontent-ref %}


---

# 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.supefina.net/huan-ying-shi-yong-supefina-de-api-wen-dang/dai-fu/ge-lun-bi-ya.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.
