Payment confirmation MT103
The MT103 is a standard SWIFT payment message that serves as proof of payment. It contains comprehensive information about the payment, including the date, amount, currency, sender, and recipient.
To retrieve the MT103 payment confirmation via API, you can use the endpoint GET/api/v1/payments/singles/{payment-id}/mt103
.
MT103s are only available for outgoing payments that have been successfully processed
Below are the fields included in the MT103 message:
Field | Field Name |
---|---|
:20 | Sender's Reference |
:23B | Bank Operation Code |
:32A | Value Date/Currency/Interbank Settled Amount |
:33B | Currency/Instructed Amount |
:50A or 50K | Ordering Customer (Payer) |
:57A or 57C | Account with Institution (Beneficiary's Bank) |
:59 or 59A | Beneficiary Customer |
:70 | Remittance Information |
:71A | Details of Charges (BEN / OUR / SHA) |
Updated over 1 year ago