> 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/it/di-cosa-vorresti-saperne-di-piu/platform-features/finance/finance-documents/mt103-explained.md).

# Spiegazione di MT103

Un MT103 è un messaggio di pagamento SWIFT (Society for Worldwide Interbank Financial Telecommunication) standardizzato usato specificamente per bonifici transfrontalieri o internazionali. È una prova di pagamento accettata a livello globale che include tutti i dettagli di pagamento necessari come data del pagamento, importo, valuta, mittente e destinatario.

{% hint style="info" %}
**Nota:** Tieni presente i limiti quando [prelevi con una banca intermediaria](/partner/it/di-cosa-vorresti-saperne-di-piu/platform-features/finance/payments-withdrawals-and-balance/limitations-of-withdrawals-via-intermediary-banks.md).
{% endhint %}

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

#### Cosa dovrei fare con l'MT103?

L'MT103 conferma che il pagamento è stato inviato. **È l'unica prova di pagamento che impact.com può fornire**. In qualità di beneficiario del pagamento, puoi portare le informazioni dell'MT103 alla tua banca, che dovrà utilizzare le informazioni fornite per aiutarla a individuare i tuoi fondi.

* Consulta il *Formato MT103* sezione sottostante per una suddivisione delle informazioni presenti in un MT103.

<details>

<summary>Formato MT103</summary>

| Linea         | Descrizione                               | Esempio                                         |
| ------------- | ----------------------------------------- | ----------------------------------------------- |
| 20            | Numero di riferimento della transazione   | `:20:GB123456ABCD21C1`                          |
| 23B           | Codice dell'operazione bancaria           | `:23B:CRED`                                     |
| 32A           | Data di valuta, valuta e importo          | `:32A:220113ZAR15000,05`                        |
| 33B           | Valuta e importo ordinato originale       | `:33B:ZAR15000,05`                              |
| 50A, F o K    | Cliente pagatore - nome e indirizzo       | `:50K:P SHERMAN 42 WALLABY WAY SYDNEY 2000,AUS` |
| 52A o D       | Banca ordinante                           | `:52A:AAYBAU2S`                                 |
| 53A, B o D    | Banca corrispondente del mittente         | `:53B:12345678901`                              |
| 54A, B o D    | Banca corrispondente del destinatario     | `:54A:BL20070000`                               |
| 56A, C o D    | Intermediario (banca)                     | `:56A:CP0103`                                   |
| 57A, B, C o D | Conto presso l'istituto (la tua banca)    | `:57A://SC400515`                               |
| 59 o 59A      | Cliente beneficiario - 4x35               | `:59:/12345678 ACME HOLLYWOOD, CA`              |
| 70            | Informazioni sulla rimessa                |                                                 |
| 71A           | Dettagli delle spese (OUR/SHA/BEN)        | `:71A:SHA`                                      |
| 72            | Informazioni dal mittente al destinatario | `:72:/INS/PMT LEGAL FEES //SYDNEY BRANCH`       |
| 77B           | Segnalazione normativa                    | `:77B:PURPOSE:SUPP`                             |

</details>

{% hint style="info" %}
**Nota:** impact.com non è un istituto finanziario e non ha accesso ai dati bancari globali. Per assistenza nel localizzare i fondi del tuo pagamento, contatta direttamente la tua banca con le informazioni del tuo 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/it/di-cosa-vorresti-saperne-di-piu/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.
