Heartbeat Advanced - GET

Description for Advanced Heartbeat API service

Service description

Connectivity testing service similar to Heartbeat, but will create a response message in the queue that can be read as described in Messaging Pattern The response will also contain additional certificate and entity information about the current authenticated user.

Request

POST https://connect.lhv.com/heartbeat/mq

Headers

NameValue

Content-Type

application/xml

Client-Code

customer value

Client-Country

customer value

Body

-

Response

Headers

NameValue

Content-Type

application/xml

X-Bank-Code

LHVUK, LHVEE

Body

Accepted

(no body)

Response message

Response message is created and can be requests by the Messages services - Messages Services

Body

XML

Samples

Sample where customer has two active certificates

<HeartBeatResponse>
    <TimeStamp>2024-05-08T08:52:31.573+01:00</TimeStamp>
    <AuthorizedUser>
        <Name>LHV Bank Limited</Name>
        <Code>13180211</Code>
    </AuthorizedUser>
    <Certificates>
        <Certificate>
            <SerialNumber>10531234</SerialNumber>
            <ValidFrom>2023-07-03T08:26:47.000+00:00</ValidFrom>
            <ValidTo>2026-07-02T08:26:47.000+00:00</ValidTo>
        </Certificate>
        <Certificate>
            <SerialNumber>10535678</SerialNumber>
            <ValidFrom>2021-10-15T08:33:02.000+00:00</ValidFrom>
            <ValidTo>2024-10-14T08:33:02.000+00:00</ValidTo>
        </Certificate>
    </Certificates>
</HeartBeatResponse>

    

Last updated