> 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/de/was-mochtest-du-lernen/platform-features/finance/finance-documents/mt103-explained.md).

# MT103 erklärt

Eine MT103 ist eine standardisierte SWIFT-(Society for Worldwide Interbank Financial Telecommunication-)Zahlungsnachricht, die speziell für grenzüberschreitende oder internationale Überweisungen verwendet wird. Sie ist ein weltweit anerkanntes Zahlungsnachweisdokument, das alle erforderlichen Zahlungsdetails wie Zahlungsdatum, Betrag, Währung, Absender und Empfänger enthält.

{% hint style="info" %}
**Hinweis:** Bitte beachten Sie die Einschränkungen beim [Auszahlen über eine Zwischenbank](/partner/de/was-mochtest-du-lernen/platform-features/finance/payments-withdrawals-and-balance/limitations-of-withdrawals-via-intermediary-banks.md).
{% endhint %}

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

#### Was soll ich mit der MT103 machen?

Die MT103 bestätigt, dass die Zahlung gesendet wurde. **Sie ist der einzige Zahlungsnachweis, den impact.com bereitstellen kann**. Als Begünstigter der Zahlung können Sie die MT103-Informationen zu Ihrer Bank bringen, die die bereitgestellten Informationen nutzen muss, um Ihnen bei der Lokalisierung Ihrer Gelder zu helfen.

* Siehe die *MT103-Format* Siehe den untenstehenden Abschnitt für eine Aufschlüsselung der in einer MT103 enthaltenen Informationen.

<details>

<summary>MT103-Format</summary>

| Linie            | Beschreibung                                | Beispiel                                        |
| ---------------- | ------------------------------------------- | ----------------------------------------------- |
| 20               | Transaktionsreferenznummer                  | `:20:GB123456ABCD21C1`                          |
| 23B              | Bankbetriebskenncode                        | `:23B:CRED`                                     |
| 32A              | Wertstellungsdatum & Währung & Betrag       | `:32A:220113ZAR15000,05`                        |
| 33B              | Währung & ursprünglich beauftragter Betrag  | `:33B:ZAR15000,05`                              |
| 50A, F oder K    | Zahlender Kunde - Name & Adresse            | `:50K:P SHERMAN 42 WALLABY WAY SYDNEY 2000,AUS` |
| 52A oder D       | Beauftragte Bank                            | `:52A:AAYBAU2S`                                 |
| 53A, B oder D    | Korrespondenzbank des Absenders             | `:53B:12345678901`                              |
| 54A, B oder D    | Korrespondenzbank des Empfängers            | `:54A:BL20070000`                               |
| 56A, C oder D    | Zwischenbank                                | `:56A:CP0103`                                   |
| 57A, B, C oder D | Konto bei Institution (Ihre Bank)           | `:57A://SC400515`                               |
| 59 oder 59A      | Begünstigter Kunde - 4x35                   | `:59:/12345678 ACME HOLLYWOOD, CA`              |
| 70               | Überweisungsinformationen                   |                                                 |
| 71A              | Angaben zu den Gebühren (OUR/SHA/BEN)       | `:71A:SHA`                                      |
| 72               | Informationen vom Absender an den Empfänger | `:72:/INS/PMT LEGAL FEES //SYDNEY BRANCH`       |
| 77B              | Regulatorische Meldung                      | `:77B:PURPOSE:SUPP`                             |

</details>

{% hint style="info" %}
**Hinweis:** impact.com ist keine Finanzinstitution und hat keinen Zugriff auf globale Bankdaten. Für Hilfe bei der Lokalisierung Ihrer Auszahlungsbeträge wenden Sie sich mit Ihren MT103-Informationen direkt an Ihre Bank.
{% 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/de/was-mochtest-du-lernen/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.
