> 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/payout/codapay-payout-faqs/payout-processing-and-requests.md).

# Payout Processing and Requests

<mark style="color:purple;">**Payout Processing and Requests**</mark>

1. How long do payouts take to process for different countries?

* The processing time for payouts varies by country and payment method (bank transfer or e-wallet). Some methods are instant, while others may take 1-3 business days. Please contact the relevant Coda Business Development representative for further details.

***

2. What is the minimum payout amount that I can request?

* The minimum payout amount depends on the payout country and the method you choose (bank transfer or e-wallet). Please contact the relevant Coda Business Development representative for further details.

***

3. Can I change the payout method after submitting a request?

* No, once a payout request is submitted, you cannot change the payout method.

***

4. How do I cancel a payout request once it has been submitted?

* Unfortunately, you cannot cancel a payout request once it has been submitted; it will be processed as requested.

***

5. What happens if my payout balance is insufficient to process the submitted payout request?

* If the balance is insufficient, orders will be marked as “Processing.” The Coda team will notify you to top up in group chat or email, and the request will proceed once the balance is adequate.


---

# 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/payout/codapay-payout-faqs/payout-processing-and-requests.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.
