> For the complete documentation index, see [llms.txt](https://support.dotcept.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.dotcept.com/completion/receive-payment.md).

# 獲取收款

您需要在 Dotcept 個人資料上設定偏好的收款方式。&#x20;

體驗舉辦後的隔天，Dotcept 就會發放您的收款。 收到款項的日期取決於您金融機構的作業時間，以及收款是否會在週末或銀行假日進行發放。

### 管理收款方式

1.請前往帳號，點擊[**「收款方式」**](https://experience.dotcept.com/account/payments)分頁：

![](/files/-MJN0L0KLb2ncrAiF3jn)

2\. 點擊「銀行賬戶」，即可查看您可選用的收款方式。 可選用的收款方式和幣別會因國家／地區而異。

3\. （如需要）選擇想要更新的收款方式，點擊「保存資料」。


---

# 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://support.dotcept.com/completion/receive-payment.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.
