> 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/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/payout-chang-jian-wen-ti/payout-chu-li-yu-qing-qiu-guan-li.md).

# Payout 处理与请求管理

需要了解payout处理相关信息？以下是关于处理时效、最低金额要求及payout请求管理的核心说明。

<mark style="color:purple;">**Payout处理与请求管理**</mark>

1. 不同国家的payout处理需要多长时间？

* 处理时间因国家和支付方式（银行转账或电子钱包）而异。部分支付方式为即时到账，其他方式可能需要 1-3 个工作日。\
  如需具体信息，请联系 Coda 商务负责人。

***

2. 提交payout请求的最低金额是多少？

* 最低支付金额取决于目标国家和支付方式（银行转账或电子钱包）。\
  请联系 Coda 业务负责人获取具体金额要求。

***

3. 提交payout请求后能否修改支付方式？

* 不可修改。 payout请求一旦提交，支付方式将无法更改。

***

4. 如何取消已提交的payout请求？

* 无法取消。已提交的payout请求将按原内容处理。

***

5. 如果帐户余额不足以处理payout请求，会如何操作？

* 若余额不足，相关订单将标记为 **"处理中"**。
  * Coda 团队将通过**群聊**或**邮件**通知您充值。
  * 待余额充足后，系统将自动继续处理请求。


---

# 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/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/payout/payout-chang-jian-wen-ti/payout-chu-li-yu-qing-qiu-guan-li.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.
