> 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/ja/what-would-you-like-to-learn-about/finance/set-up-automatic-payments-as-an-agency.md).

# エージェンシーとして自動支払いを設定する

1. 左側のナビゲーションバーから、を選択します ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー] → 財務**.
2. 左側のナビゲーションメニューで、 **設定 → 自動支払い**.
3. 右上隅で、 **編集**.
4. 選択 ![](/files/d4575d1dccbc18ba974a1262c5f8723cad6e8358) **アカウントに自動で入金する**.
5. 必要な情報を入力してください

   |                 |                                                                                                                                                                                                                                                     |
   | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **情報タイトル**      | **説明**                                                                                                                                                                                                                                              |
   | 予測期間            | Impact がアカウントに必要な資金を何日先まで予測するかを入力してください。                                                                                                                                                                                                            |
   | アカウントの資金状況を確認する | Impact が、支払いをカバーできる十分な資金がアカウントにあることを確認するために、どの頻度（毎日または毎週）で確認するかを選択してください。                                                                                                                                                                           |
   | 支払いしきい値         | <p>選択 <img src="/files/ff62d90ff550bead6812c0cc173ff0ce238f0bc1" alt=""> 承認を求める前に、Impact がアカウントへ自動入金できる金額の上限を設定したい場合は、次のようにします。入金額が <em>支払いしきい値</em>を超えると、入金額の承認用メールが届きます。</p><p>この設定を有効にする場合は、支払いしきい値を入力し、メールを受け取る Impact アカウントのユーザーを選択してください。</p> |
   | 承認              | <p>選択 <img src="/files/ff62d90ff550bead6812c0cc173ff0ce238f0bc1" alt=""> Impact に、以下に詳細を入力する銀行口座から自動的に引き出しを行う権限を付与するためです。</p><p>あなたは <strong>必ず</strong> 自動支払いを有効にするには、このボックスを選択してください。</p>                                                         |
   | お名前             | お名前を入力してください。                                                                                                                                                                                                                                       |
   | 口座名義人           | 金融機関に登録されている口座名義人の名前を入力してください。                                                                                                                                                                                                                      |
   | BSB             | 銀行口座に該当する以下のいずれかのコードを入力してください: BSB、Routing Number、IFSC、Transit Number、または SORT Code。                                                                                                                                                                |
   | 口座番号            | 銀行口座の口座番号を入力してください。                                                                                                                                                                                                                                 |
   | 口座の種類           | 銀行口座が次のどちらかを選択してください **普通預金** または **貯蓄預金** をドロップダウンメニューから選択してください。                                                                                                                                                                                  |
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/ja/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.
