Get compressed message for testing
Service description
This endpoint is designed to allow clients to verify that their systems can handle very large XML message responses (over 10MB uncompressed). It allows testing the compression quickly without the extra effort that would need executing a huge amount of payments to include in an actual Account Statement.
With mockLargeMessage
parameter enabled, the response will contain a mock account statement (CAMT.053) with dummy transactions, resulting in an uncompressed payload of approximately 10.6MB.
See Response Compression for details on compression.
Request
GET
https://connect.prelive.lhv.com//messages/test/next
Path parameters
mockLargeMessage
boolean
If set to true
, the response will contain a large mock message for testing purposes.
Headers
Accept-Encoding
gzip, deflate, br
Common compression encoding header
Body
-
Response
Headers
Content-Type
application/xml
Format of the message body
X-Bank-Code
LHVUK
LHV Bank entity
Content-Encoding
gzip
Indicating the message is compressed
Body
OK
Last updated
Was this helpful?