For the complete documentation index, see llms.txt. This page is also available as Markdown.

Use case 7: Indirect Scheme Participant Client Payment

Indirect Scheme Participant (PSP1) initiates the payments of the end customer (PSP1’s client). 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-20250922T143012Z-004</MsgId>
            <CreDtTm>2025-09-22T11:17:03.252398506Z</CreDtTm>
            <NbOfTxs>1</NbOfTxs>
            <CtrlSum>1.00</CtrlSum>
            <InitgPty>
                <OrgId>
                    <AnyBIC>PSP1CCCCXXX</AnyBIC>
                </OrgId>
            </InitgPty>
        </GrpHdr>
        <PmtInf>
            <PmtInfId>PmtInfId220920254</PmtInfId>
            <PmtMtd>TRF</PmtMtd>
            <BtchBookg>false</BtchBookg>
            <NbOfTxs>1</NbOfTxs>
            <CtrlSum>1.00</CtrlSum>
            <ReqdExctnDt>
                <Dt>2025-09-22</Dt>
            </ReqdExctnDt>
            <Dbtr>
                <Nm>Jan Novak</Nm>
                <PstlAdr>
                    <StrtNm>High Holborn</StrtNm>
                    <BldgNb>88</BldgNb>
                    <PstCd>WC1V 6AA</PstCd>
                    <TwnNm>London</TwnNm>
                    <Ctry>GB</Ctry>
                </PstlAdr>
            </Dbtr>
            <DbtrAcct>
                <Id>
                    <IBAN>GB22PSPB04032510097184</IBAN>
                </Id>
            </DbtrAcct>
            <DbtrAgt>
                <FinInstnId>
                    <BICFI>PSP1CCCCXXX</BICFI>
                </FinInstnId>
            </DbtrAgt>
            <CdtTrfTxInf>
                <PmtId>
                    <InstrId>InstrId220920254</InstrId>
                    <EndToEndId>EndToEndId220920254</EndToEndId>
                </PmtId>
                <PmtTpInf>
                    <SvcLvl>
                        <Prtry>SEPA</Prtry>
                    </SvcLvl>
                </PmtTpInf>
                <Amt>
                    <InstdAmt Ccy="EUR">1.00</InstdAmt>
                </Amt>
                <CdtrAgt>
                    <FinInstnId>
                        <BICFI>CAIXESBBXXX</BICFI>
                    </FinInstnId>
                </CdtrAgt>
                <Cdtr>
                    <Nm>Katie Bell</Nm>
                </Cdtr>
                <CdtrAcct>
                    <Id>
                        <IBAN>ES9121000418450200051332</IBAN>
                    </Id>
                </CdtrAcct>
                <RmtInf>
                    <Ustrd>Payment</Ustrd>
                </RmtInf>
                <SplmtryData>
                    <Envlp>
                        <ext:Document>
                            <ext:partyData>
                                <ext:party>DEBTOR</ext:party>
                                <ext:key>DATE_OF_BIRTH</ext:key>
                                <ext:value>2000-01-01</ext:value>
                            </ext:partyData>
                        </ext:Document>
                    </Envlp>
                </SplmtryData>
            </CdtTrfTxInf>
        </PmtInf>
    </CstmrCdtTrfInitn>
</Document>

Initial pain.002.001.10 with Accepted Settlement in Process (ACSP) status

Second pain.002.001.10 with Accepted Settlement Completed (ACSC) status

Debit notification, camt.054.001.02.

Last updated

Was this helpful?