Get request by request ID

Service Description

Use this service to retrieve the full content of a previously submitted request by its unique request ID.

Request

GET https://connect.lhv.com/v2/requests/{RequestId}

Headers

Name
Value
Description

Client-Code

customer value

For Service Providers only. Company registration code of the Service Provider or its customer. When using the Service Provider own value also related customers messages are returned by default

Client-Country

customer value

For Service Providers only. Should match the value of Client-Code

Body

This request doesn't have a body.

Response

Name
Value
Description

Content-Type

application/json

Format of the message body

X-Bank-Code

LHVUK, LHVEE

LHV Bank entity

Body

<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:iso:std:iso:20022:tech:xsd:camt.060.001.03">
    <AcctRptgReq>
        <GrpHdr>
            <MsgId>MESSAGE_20250519T060345</MsgId>
            <CreDtTm>2025-05-19T05:03:45</CreDtTm>
        </GrpHdr>
        <RptgReq>
            <ReqdMsgNmId>camt.053.001.02</ReqdMsgNmId>
            <Acct>
                <Id>
                    <IBAN>GB89LHVB04030400000000</IBAN>
                </Id>
            </Acct>
            <AcctOwnr>
                <Pty />
            </AcctOwnr>
            <RptgPrd>
                <FrToDt>
                    <FrDt>2025-05-18</FrDt>
                    <ToDt>2025-05-18</ToDt>
                </FrToDt>
                <FrToTm>
                    <FrTm>00:00:00+02:00</FrTm>
                    <ToTm>23:59:59+02:00</ToTm>
                </FrToTm>
                <Tp>ALLL</Tp>
            </RptgPrd>
        </RptgReq>
    </AcctRptgReq>
</Document>

Last updated

Was this helpful?