Get message by response ID
Service description
Use this service to retrieve a specific message by its response ID, usually in combination with the Get list of messages service. The response body and headers are similar to Get next message
Request
GET
https://connect.lhv.com/messages/{messageResponseId}
Headers
Name | Value | Description |
---|---|---|
Client-Code |
| 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 - see also Filter-Service-Provider for more options. |
Client-Country |
| For Service Providers only. Should match the value of Client-CodeA |
Body
Typically XML or JSon body depending on message type
Response
Headers
Name | Value | Description |
---|---|---|
Content-Type | application/xml or application/json | Format of the message body |
X-Bank-Code |
| LHV Bank entity |
Client-Code |
| When using service provider model - customer entity related to the message |
Client-Country |
| When using service provider model - customer entity related to the message |
Message-Request-Id | random string | Message-Request-Id from the the original request. There are cases where request id can be missing, for example the Debit Credit Notification. |
Message-Response-Id | random string | Unique response id |
Message-Response-Type | CREDIT_DEBIT_NOTIFICATION, PAYMENT etc. | Type of the response depending on the service. |
Body
OK
Last updated