> 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/deposit-funds-into-your-account-as-an-agency.md).

# 代理店としてアカウントに資金を入金する

impact.com を利用している間は、いつでもアカウントに資金を入金できます。入金された資金は、管理しているブランドやパートナーが発生させた残高および任意の [impact.com の手数料](/agency/ja/what-would-you-like-to-learn-about/finance/impactcom-fees-explained-for-agencies.md) に対して支払われます。

#### 資金を入金する

1. 左側のナビゲーションバーから、を選択します ![](/files/f3f5e4335376ed6e5221abf12acf1b9ea0c3728f) **\[メニュー]** → [ファイナンス](https://app.impact.com/secure/agency/finance/view-payments-flow.ihtml).
2. 画面の右上隅で、を選択します **資金を追加**.
   * もし **資金を追加** ボタンが表示されない場合は、アクセス権を取得するためにアカウント管理者に連絡してください。
   * 初めて資金を追加する場合、 **資金を追加** ボタンは次のように表示されます **入金する**.
3. にある *「支払いのための資金を投稿」* 画面で、を選択します **支払タイプ**.
4. に *支払い情報* を所定の欄に入力します。
5. を選択します **続行**.
6. 支払いの詳細と金額を確認し、確認するには **続行** を選択します。

**受け付ける支払タイプ**

|                                      |                   |                            |                                                                              |
| ------------------------------------ | ----------------- | -------------------------- | ---------------------------------------------------------------------------- |
| **種類**                               | **処理時間**          | **手数料**                    | **備考**                                                                       |
| ACH、Giro、Direct entry 経由の電子資金振替（EFT） | 入金後 5～7 営業日       | 無料                         | 利用できる場合、EFT は資金を入金するための推奨オプションです。                                            |
| 電信送金（ワイヤー送金）                         | 受領後 24 時間         | 無料^(\*)                    | あなたの impact.com アカウント ID **は** に含まれている必要があります *備考* フィールドに、口座へ入金できるようにしてください。 |
| クレジットカード（対象顧客のみ）                     | 支払いが決済されてから 1～2 日 | 入金された $1,000 USD ごとに 3.75% | 手数料は入金された $1,000 USD ごとに課されます（例：$2,000 USD の入金には $75 USD の手数料が発生します）。        |

^(\*)impact.com は手数料を請求しませんが、銀行側でワイヤー送金手数料が発生する場合があります。

#### **入金に関するよくある質問**

<details>

<summary>どの通貨がサポートされていますか？</summary>

impact.com が現在サポートしている [通貨について確認してください](/other/ja/reference-documentation/supported-currencies-and-timezones.md).

</details>

<details>

<summary>なぜ銀行情報を入力する必要があるのですか？</summary>

impact.com は電子資金振替（EFT）を完了するためにアカウント情報を必要とします。EFT の仕様は国や支払いシステムによって異なります。

</details>

<details>

<summary>私の銀行情報は安全ですか？</summary>

はい。impact.com のプラットフォームとサービスは有効なセキュア接続（HTTPS）で提供されています。impact.com に送信される支払い情報および impact.com が受け取る支払いは、銀行情報を含めてエンドツーエンドで暗号化されています。

impact.com に銀行情報を入力すると、ユーザーインターフェースは財務情報を後で確認する際のプライバシー向上のために、口座番号を X 文字で伏せ字表示します。

</details>


---

# 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/deposit-funds-into-your-account-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.
