SWIFT Payment

This example demonstrates a single cross-border payment instruction within the pain.001 message. See Instructions for SWIFT Payment page for more information.

After submission, the system validates the message and returns an initial pain.002 response indicating whether the payment was accepted for processing. If accepted, the payment is forwarded through the SWIFT network to the beneficiary’s bank. Once execution is done, a final pain.002 message is generated, and a camt.054 credit-debit notification is issued to reflect the transaction booking on the account.

Pain.001.001.09 sent using POST https://connect.lhv.com/payment

<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.09" xmlns:ext="urn:iso:std:iso:20022:tech:xsd:supl.001.001.01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:iso:std:iso:20022:tech:xsd:supl.001.001.01 supl.001.001.01.xsd urn:iso:std:iso:20022:tech:xsd:pain.001.001.09 pain.001.001.09.xsd">
    <CstmrCdtTrfInitn>
        <GrpHdr>
            <MsgId>MSGID2025101013</MsgId>
            <CreDtTm>2025-10-10T15:51:08</CreDtTm>
            <NbOfTxs>1</NbOfTxs>
            <CtrlSum>1.00</CtrlSum>
            <InitgPty>
                <Id>
                    <OrgId>
                        <AnyBIC>LHVBGB2L</AnyBIC>
                    </OrgId>
                </Id>
            </InitgPty>
        </GrpHdr>
        <PmtInf>
            <PmtInfId>PMTINFID202510103</PmtInfId>
            <PmtMtd>TRF</PmtMtd>
            <BtchBookg>false</BtchBookg>
            <NbOfTxs>1</NbOfTxs>
            <CtrlSum>1.00</CtrlSum>
            <PmtTpInf>
                <InstrPrty>HIGH</InstrPrty>
                <SvcLvl>
                    <Prtry>SWIFT</Prtry>
                </SvcLvl>
            </PmtTpInf>
            <ReqdExctnDt>
                <Dt>2025-10-10</Dt>
            </ReqdExctnDt>
            <Dbtr>
                <Nm>Connect Demo Customer 1</Nm>
            </Dbtr>
            <DbtrAcct>
                <Id>
                    <IBAN>GB31LHVB04031300004649</IBAN>
                </Id>
            </DbtrAcct>
            <DbtrAgt>
                <FinInstnId>
                    <BICFI>LHVBGB2L</BICFI>
                </FinInstnId>
            </DbtrAgt>
            <CdtTrfTxInf>
                <PmtId>
                    <InstrId>InstrId202510103</InstrId>
                    <EndToEndId>EndToEndId202510103</EndToEndId>
                    <UETR>07cf93af-fc97-44e0-8ed6-e8ac8e944425</UETR>
                </PmtId>
                <Amt>
                    <InstdAmt Ccy="GBP">1.00</InstdAmt>
                </Amt>
                <ChrgBr>SHAR</ChrgBr>
                <CdtrAgt>
                    <FinInstnId>
                        <ClrSysMmbId>
                            <ClrSysId>
                                <Cd>GBDSC</Cd>
                            </ClrSysId>
                            <MmbId>309683</MmbId>
                        </ClrSysMmbId>
                    </FinInstnId>
                </CdtrAgt>
                <Cdtr>
                    <Nm>Michael Smith</Nm>
                </Cdtr>
                <CdtrAcct>
                    <Id>
                        <Othr>
                            <Id>12345678</Id>
                        </Othr>
                    </Id>
                </CdtrAcct>
                <Purp>
                    <Cd>LIMA</Cd>
                </Purp>
                <RmtInf>
                    <Ustrd>Chaps payment example</Ustrd>
                </RmtInf>
            </CdtTrfTxInf>
        </PmtInf>
    </CstmrCdtTrfInitn>
</Document>

Last updated

Was this helpful?