> 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/make-an-ach-payment-as-an-agency.md).

# 作为代理机构进行 ACH 付款

您可以为您的 impact.com 账户设置直接存款和自动付款。这将自动支付您的 impact.com 费用以及您的合作伙伴付款发票。在设置自动付款之前，您需要先成功完成一次 ACH 付款（直接存款）。

#### 进行首次 ACH 付款

在您可以设置直接存款之前，需要先完成自动清算所（ACH）付款。这样，impact.com 就能确保您在进行自动付款时不会遇到任何问题。

1. 在左侧导航菜单中，选择 ![](/files/e8ee154c84afc18c51180e1c6d71f1967e21b65e) **\[菜单] → 财务**.
2. 在右上角，选择 **进行存款**.
   * 在您完成首次 ACH 付款后，此按钮将变为 *添加资金*.
   * 如果此按钮没有出现，您可能没有进行存款所需的权限。请联系您的账户管理员以获取这些权限。
3. 在……旁边 *付款类型*，选择 **ACH**.
4. 输入所需的银行信息。
5. 选择 **继续**.
6. 请仔细检查您输入的信息，然后，在……旁边 *您的姓名*，输入您的姓名。
7. 选择 **提交**.
   * ACH 付款通常需要 3-5 天处理。

#### 设置自动付款

一旦您成功完成 ACH 付款，您就可以 [设置自动付款](/agency/zh/what-would-you-like-to-learn-about/finance/set-up-automatic-payments-as-an-agency.md).


---

# 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/make-an-ach-payment-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.
