> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/agency/zh/what-would-you-like-to-learn-about/finance/set-up-automatic-payments-as-an-agency.md).

# 作为代理机构设置自动付款

1. 在左侧导航栏中，选择 ![](/files/e8ee154c84afc18c51180e1c6d71f1967e21b65e) **\[菜单] → 财务**.
2. 在左侧导航菜单中，选择 **设置 → 自动付款**.
3. 在右上角，选择 **编辑**.
4. 选择 ![](/files/dd53ab1a3adc8f231619cd5970dfc28e239c6509) **自动为我的账户充值**.
5. 填写所需信息

   |          |                                                                                                                                                                                                                    |
   | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
   | **信息标题** | **说明**                                                                                                                                                                                                             |
   | 预测窗口     | 输入要让 Impact 预测您的账户将在未来多少天内需要的资金。                                                                                                                                                                                   |
   | 检查我的账户资金 | 选择 Impact 应多久（每天或每周）检查一次，以确保您的账户有足够资金覆盖您的支付款项。                                                                                                                                                                     |
   | 付款阈值     | <p>选择 <img src="/files/4338346bfd37fadf6b1b57c23dfc83c8637620e0" alt=""> 如果您想限制在我们请求批准之前 Impact 可自动为您的账户充值的金额上限。如果充值金额超过 <em>付款阈值</em>，您将收到一封电子邮件以批准该充值金额。</p><p>如果您启用此设置，请输入充值付款阈值，并选择哪位 Impact 账户用户将收到该电子邮件。</p> |
   | 授权       | <p>选择 <img src="/files/4338346bfd37fadf6b1b57c23dfc83c8637620e0" alt=""> 以授予 Impact 权限，使其可从您在下方输入详情的银行账户中自动提现吗。</p><p>您 <strong>必须</strong> 勾选此框以启用自动付款。</p>                                                       |
   | 您的姓名     | 输入您的姓名。                                                                                                                                                                                                            |
   | 账户持有人    | 输入金融机构记录中的账户持有人姓名。                                                                                                                                                                                                 |
   | BSB      | 根据您的银行账户输入以下代码之一：BSB、路由号码、IFSC、转账号码或 SORT 代码。                                                                                                                                                                      |
   | 账户号码     | 输入银行账户的账号。                                                                                                                                                                                                         |
   | 账户类型     | 选择该银行账户是否为 **支票账户** 或 **储蓄账户** 下拉菜单中的账户类型。                                                                                                                                                                         |
6. 选择 **保存**.

一旦您成功设置自动付款，只有当请求金额高于您的付款阈值时，Impact 才会向您通知自动付款请求。付款通常需要 3-5 个工作日处理。

在成功设置自动付款后，您还可以管理以下所列设置。


---

# 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://help.impact.com/agency/zh/what-would-you-like-to-learn-about/finance/set-up-automatic-payments-as-an-agency.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.
