Use Case 1: PSP’s Payment

The PSP initiates payments from its own account held with LHV. See the PDF for more details on the flow.

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:pain.001.001.09 ../../XSD/pain.001.001.09.xsd
                        urn:iso:std:iso:20022:tech:xsd:supl.001.001.01 ../../XSD/supl.001.001.01.xsd">
    <CstmrCdtTrfInitn>
        <GrpHdr>
            <MsgId>LHV-20250818T143012Z-002</MsgId>
            <CreDtTm>2025-08-18T13:22:47Z</CreDtTm>
            <NbOfTxs>1</NbOfTxs>
            <CtrlSum>0.02</CtrlSum>
            <InitgPty>
                <Id>
                    <OrgId>
                        <AnyBIC>PSP1CCCCXXX</AnyBIC>
                    </OrgId>
                </Id>
            </InitgPty>
        </GrpHdr>
        <PmtInf>
            <PmtInfId>PmtInfId180820252</PmtInfId>
            <PmtMtd>TRF</PmtMtd>
            <BtchBookg>false</BtchBookg>
            <NbOfTxs>1</NbOfTxs>
            <CtrlSum>0.02</CtrlSum>
            <ReqdExctnDt>
                <Dt>2025-08-18</Dt>
            </ReqdExctnDt>
            <Dbtr>
                <Nm>Connect Demo Customer 1</Nm>
                <PstlAdr>
                    <StrtNm>Angel Ct</StrtNm>
                    <BldgNb>1</BldgNb>
                    <PstCd>EC2R7HJ</PstCd>
                    <TwnNm>London</TwnNm>
                    <Ctry>GB</Ctry>
                </PstlAdr>
                <Id>
                    <OrgId>
                        <LEI>2138UEF2191L7RQF5U40</LEI>
                    </OrgId>
                </Id>
            </Dbtr>
            <DbtrAcct>
                <Id>
                    <IBAN>GB20LHVB04031512345678</IBAN>
                </Id>
            </DbtrAcct>
            <DbtrAgt>
                <FinInstnId>
                    <BICFI>LHVBGB2LXXX</BICFI>
                </FinInstnId>
            </DbtrAgt>
            <CdtTrfTxInf>
                <PmtId>
                    <InstrId>InstrId180820252</InstrId>
                    <EndToEndId>EndToEndId180820252</EndToEndId>
                </PmtId>
                <PmtTpInf>
                    <SvcLvl>
                        <Prtry>ALL</Prtry>
                    </SvcLvl>
                </PmtTpInf>
                <Amt>
                    <InstdAmt Ccy="GBP">0.02</InstdAmt>
                </Amt>
                <Cdtr>
                    <Nm>Minerva McGonagall</Nm>
                    <PstlAdr>
                        <StrtNm>Threadneedle Street</StrtNm>
                        <BldgNb>1</BldgNb>
                        <PstCd>EC2R8AH</PstCd>
                        <TwnNm>London</TwnNm>
                        <Ctry>GB</Ctry>
                    </PstlAdr>
                </Cdtr>
                <CdtrAcct>
                    <Id>
                        <Othr>
                            <Id>20201755555555</Id>
                            <SchmeNm>
                                <Cd>BBAN</Cd>
                            </SchmeNm>
                        </Othr>
                    </Id>
                </CdtrAcct>
                <UltmtCdtr>
                    <Nm>Business Customer</Nm>
                    <PstlAdr>
                        <StrtNm>Calle de Alcalá</StrtNm>
                        <BldgNb>45</BldgNb>
                        <PstCd>28014</PstCd>
                        <TwnNm>Madrid</TwnNm>
                        <Ctry>ES</Ctry>
                    </PstlAdr>
                    <Id>
                        <OrgId>
                            <LEI>UYNG00PYTS8E6NC2M035</LEI>
                        </OrgId>
                    </Id>
                </UltmtCdtr>
                <RmtInf>
                    <Strd>
                        <CdtrRefInf>
                            <Tp>
                                <CdOrPrtry>
                                    <Cd>SCOR</Cd>
                                </CdOrPrtry>
                            </Tp>
                            <Ref>PAY-INV-20250818</Ref>
                        </CdtrRefInf>
                    </Strd>
                </RmtInf>
                <SplmtryData>
                    <Envlp>
                        <ext:Document>
                            <ext:partyData>
                                <ext:party>ULTIMATE_CREDITOR</ext:party>
                                <ext:key>DATE_OF_BIRTH</ext:key>
                                <ext:value>1980-08-24</ext:value>
                            </ext:partyData>
                        </ext:Document>
                    </Envlp>
                </SplmtryData>
            </CdtTrfTxInf>
        </PmtInf>
    </CstmrCdtTrfInitn>
</Document>

Last updated

Was this helpful?