# パートナー資金振替を一括アップロードする

<a href="https://pxa.impact.com/student/activity/1117596?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=con-350&#x26;utm_campaign=help-center" class="button primary">PXAコースを受講する</a>

複数の [パートナー資金送金を](/brand/ja/nitsuitebitaidesuka/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md) （PFT）を、impact.comプラットフォームまたはFTP経由でファイルをアップロードすることで、一度に作成できます。

#### impact.comプラットフォーム経由の一括アップロード

CSV、.XLS、.XLSXのいずれかのファイル形式で、一括アップロードファイルを送信してください。一括アップロードの処理には、ファイルサイズに応じて数分から1日かかります。最大ファイルサイズは10MBです。一括アップロードファイルは、 [一括パートナー資金送金ファイル形式](https://docs.google.com/spreadsheets/d/1AtfUGCBKDrdkEFN5DzQsLz0T6V3ykyebSHkbI0KL8Ys/edit?usp=sharing).

1. 上部のナビゲーションバーから **残高** → **送金**.
2. 右上隅で **一括アップロード送金**.
3. の横にある *Excel/CSVファイルをアップロード*を選択し、 **ファイルを選択**.
   * 一括アップロードファイルは、一括パートナー資金送金ファイル形式に従って設定してください。

<details>

<summary>一括パートナー資金送金ファイル形式</summary>

| 列                  | 種類  | 必須  | 説明                                                                                                                                                                                                                                                             | 有効な値                                                                                       |
| ------------------ | --- | --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| `TransferType`     | 列挙型 | はい  | パートナーに送信する送金の種類。                                                                                                                                                                                                                                               | <p><code>MAKE\_GOOD</code></p><p><code>BONUS</code></p><p><code>PAID\_PLACEMENT</code></p> |
| `CampaignId`       | 整数  | はい  | この支払いで参照したいプログラム。                                                                                                                                                                                                                                              | 1000                                                                                       |
| `金額`               | 文字列 | はい  | パートナーに送る金額。                                                                                                                                                                                                                                                    | 123                                                                                        |
| `PartnerAccountId` | 整数  | はい  | 送金を受け取るパートナー。                                                                                                                                                                                                                                                  | 98765                                                                                      |
| `TrackerId`        | 文字列 | いいえ | 支払いの参照対象となるイベントタイプ。                                                                                                                                                                                                                                            | 12345                                                                                      |
| `PaymentDate`      | 文字列 | いいえ | 送金をあなたのアカウントから引き落とし、送金先に入金する日付を入力してください。これを含めない場合、PFTは即時に支払われます。                                                                                                                                                                                               | `YYYY-MM-DD`                                                                               |
| `コメント`             | 文字列 | いいえ | この送金に関するコメントがある場合は、この列に入力してください。                                                                                                                                                                                                                               | 最大長: 255文字。                                                                                |
| `InvoiceMonth`     | 文字列 | いいえ | これは常に次のように設定してください **Current**.                                                                                                                                                                                                                                | `CURRENT`                                                                                  |
| `EventDate`        | 文字列 | いいえ | 送金を報告する日付を入力してください。                                                                                                                                                                                                                                            | `YYYY-MM-DD`                                                                               |
| `通貨`               | 列挙型 | いいえ | <p>この送金を実行したい通貨の <a href="https://www.iso.org/iso-4217-currency-codes.html">3桁のISOコード</a> を入力してください。</p><p>送金は、あなたまたはパートナーのアカウント通貨でのみ送信できます。通貨が一致しない場合、換算手数料が発生することがあります。</p><p>あなたのアカウントの通貨で送金する場合は、パートナーが手数料を負担します。パートナーのアカウントの通貨で送金する場合は、あなたが手数料を負担します。</p> | `3桁のISOコード`                                                                                |
| `Text1`            | 文字列 | いいえ | この送金のメタデータ文字列を入力してください。                                                                                                                                                                                                                                        | 任意の値を入力できます。                                                                               |
| `Text2`            | 文字列 | いいえ | この送金のメタデータ文字列を入力してください。                                                                                                                                                                                                                                        | 任意の値を入力できます。                                                                               |
| `Text3`            | 文字列 | いいえ | この送金のメタデータ文字列を入力してください。                                                                                                                                                                                                                                        | 任意の値を入力できます。                                                                               |

{% hint style="info" %}
**例:**

```programlisting
| `TransferType` | `CampaignId` | `TrackerId` | `Amount` | `PartnerAccountId`  | `PaymentDate` | `Comments`       | `InvoiceMonth` | `EventDate`  | `Currency` | `Text1` | `Text2` | `Text3` |
|----------------|--------------|-------------|----------|---------------------|---------------|------------------|----------------|--------------|------------|---------|---------|---------|
| `MAKE_GOOD`    | `1000`       | `12345`     | `250`    | `98765`             | `2021-10-30`  | `Sample comment` | `CURRENT`      | `2021-08-30` | `USD`      |         |         |         |
| `BONUS`        | `1000`       | `12345`     | `1500`   | `12345`             | `2021-10-30`  | `Sample comment` | `CURRENT`      | `2021-08-30` | `USD`      |         |         |         |
```

{% endhint %}

</details>

4. ファイルを追加してください。
5. 選択 **送信**.

   <div data-with-frame="true"><figure><img src="/files/a58a01c49ed2185d20387cb2afaba6d9c3c4e111" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**一括アップロードの結果**: バッチアップロードの結果が記載されたメールを受け取ります。このメールには、どの送金が正常に設定され、どれが設定されなかったか、また失敗した送金が失敗した理由が含まれます。ファイルを送信してから48時間以内にこのメールを受信しない場合は、CSM（または [サポートに連絡してください](https://app.impact.com/support/portal.ihtml)).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.impact.com/brand/ja/nitsuitebitaidesuka/platform-features/finance/partner-funds-transfer/bulk-upload-partner-funds-transfers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
