LHV Bank Internal Payment

Internal payment initiation starts with sending pain.001 message containing the payment request. In this context, an internal payment refers to a transfer between two accounts held within LHV Bank. This example illustrates a single transaction scenario, where the pain.001 message includes only one payment instruction.

Once received, the system validates the message for correctness and returns an initial pain.002 response indicating whether the payment was accepted for processing. If accepted, the payment is processed internally. Upon completion, a second pain.002 message is generated to confirm that the payment has been fully executed. Finally, a camt.054 credit-debit notification is issued to reflect the booking on the account.

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

<?xml version="1.0" encoding="UTF-8"?>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:pain.001.001.09"
          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">
  <CstmrCdtTrfInitn>
    <GrpHdr>
      <MsgId>50136</MsgId>
      <CreDtTm>2025-05-27T12:00:00Z</CreDtTm>
      <NbOfTxs>1</NbOfTxs>
      <CtrlSum>1.00</CtrlSum>
      <InitgPty>
        <Nm>Connect Demo Customer 1</Nm>
      </InitgPty>
    </GrpHdr>
    <PmtInf>
      <PmtInfId>PmtInfId50136</PmtInfId>
      <PmtMtd>TRF</PmtMtd>
      <BtchBookg>false</BtchBookg>
      <NbOfTxs>1</NbOfTxs>
      <CtrlSum>1.00</CtrlSum>
      <ReqdExctnDt>
        <Dt>2025-05-27</Dt>
      </ReqdExctnDt>
      <Dbtr>
        <Nm>Connect Demo Customer 1</Nm>
      </Dbtr>
      <DbtrAcct>
        <Id>
          <IBAN>GB20LHVB04031512345678</IBAN>
        </Id>
      </DbtrAcct>
      <DbtrAgt>
        <FinInstnId>
          <BICFI>LHVBGB2L</BICFI>
        </FinInstnId>
      </DbtrAgt>
      <ChrgBr>SHAR</ChrgBr>
      <CdtTrfTxInf>
        <PmtId>
          <InstrId>InstrId50136</InstrId>
          <EndToEndId>EndToEndId50136</EndToEndId>
        </PmtId>
        <Amt>
          <InstdAmt Ccy="GBP">1.00</InstdAmt>
        </Amt>
        <ChrgBr>SHAR</ChrgBr>
        <Cdtr>
          <Nm>Connect Demo Customer 2</Nm>
        </Cdtr>
        <CdtrAcct>
          <Id>
            <IBAN>GB20LHVB04031512345679</IBAN>
          </Id>
        </CdtrAcct>
        <RmtInf>
          <Ustrd>Payment Description</Ustrd>
        </RmtInf>
      </CdtTrfTxInf>
    </PmtInf>
  </CstmrCdtTrfInitn>
</Document>

Last updated

Was this helpful?