> 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/partner/ja/nitsuitebitaidesuka/platform-features/finance/finance-documents/mt103-explained.md).

# MT103 の解説

MT103は、国際銀行間金融通信協会（SWIFT）が標準化した支払メッセージで、特に国境を越えた送金や国際電信送金に使用されます。支払日、金額、通貨、送信者、受取人など、必要な支払詳細をすべて含む、世界的に認められた支払証明です。

{% hint style="info" %}
**注：** 〜する際の制限事項にご注意ください [仲介銀行を利用して出金する](/partner/ja/nitsuitebitaidesuka/platform-features/finance/payments-withdrawals-and-balance/limitations-of-withdrawals-via-intermediary-banks.md).
{% endhint %}

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

#### MT103はどうすればよいですか？

MT103は、支払いが送信されたことを確認します。 **これは、impact.comが提供できる唯一の支払証明です**。支払の受取人として、MT103の情報をあなたの銀行に持参できます。銀行は、資金の所在を特定するために、その情報を利用する必要があります。

* 次を参照してください *MT103フォーマット* 以下のセクションで、MT103に記載されている情報の内訳を確認してください。

<details>

<summary>MT103フォーマット</summary>

| 線            | 説明                  | 例                                               |
| ------------ | ------------------- | ----------------------------------------------- |
| 20           | 取引参照番号              | `:20:GB123456ABCD21C1`                          |
| 23B          | 銀行取引コード             | `:23B:CRED`                                     |
| 32A          | 値日付・通貨・金額           | `:32A:220113ZAR15000,05`                        |
| 33B          | 通貨・元の指示金額           | `:33B:ZAR15000,05`                              |
| 50A、F、またはK   | 支払顧客 - 氏名と住所        | `:50K:P SHERMAN 42 WALLABY WAY SYDNEY 2000,AUS` |
| 52AまたはD      | 指示銀行                | `:52A:AAYBAU2S`                                 |
| 53A、B、またはD   | 送信者のコルレス銀行          | `:53B:12345678901`                              |
| 54A、B、またはD   | 受信者のコルレス銀行          | `:54A:BL20070000`                               |
| 56A、C、またはD   | 仲介銀行                | `:56A:CP0103`                                   |
| 57A、B、C、またはD | 口座保有機関（あなたの銀行）      | `:57A://SC400515`                               |
| 59または59A     | 受取人顧客 - 4x35        | `:59:/12345678 ACME HOLLYWOOD, CA`              |
| 70           | 送金情報                |                                                 |
| 71A          | 手数料の詳細（OUR/SHA/BEN） | `:71A:SHA`                                      |
| 72           | 送信者から受信者への情報        | `:72:/INS/PMT LEGAL FEES //SYDNEY BRANCH`       |
| 77B          | 規制報告                | `:77B:PURPOSE:SUPP`                             |

</details>

{% hint style="info" %}
**注：** impact.comは金融機関ではなく、世界の銀行データにアクセスできません。支払い資金の所在確認については、MT103の情報を持って、直接お使いの銀行にお問い合わせください。
{% endhint %}


---

# 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/partner/ja/nitsuitebitaidesuka/platform-features/finance/finance-documents/mt103-explained.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.
