> For the complete documentation index, see [llms.txt](https://docs.lhv.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lhv.com/home/connect/services/webhooks.md).

# Webhooks

{% hint style="success" %}
Webhooks service is now usable for customers! Please contact your relationship manager for details!
{% endhint %}

{% hint style="warning" %}
This implementation currently covers **only LHV UK services**! While we keep the implementation similar between LHV UK and LHV EE there are differences expected.

LHV EE implementation is covered in details here - <https://partners.lhv.ee/connect/#webhooks>

Main differences:

* Subscription services for LHV EE Webhooks have different endpoints and structure
* EE Webhooks are sent from a separate host by Connect EE
* There are also differences in Webhooks content - LHV UK has graddually added more features
  {% endhint %}

{% hint style="info" %}
Note: Although EE webhooks are managed through separate subscription services, they can be executed via a UK host by using the `x-bank-code=LHVEE` HTTP header. This eliminates the need to connect directly to the EE host and issue certificates solely for this purpose. More details can be found at: [Managing Webhook Configurations](/home/connect/services/webhooks/managing-webhook-configurations.md)
{% endhint %}

[Webhook Format and Processing](/home/connect/services/webhooks/introduction-and-payload-format.md)

[Managing Webhook Configurations](/home/connect/services/webhooks/managing-webhook-configurations.md)

[Webhook Security](/home/connect/services/webhooks/webhook-security.md)

[Webhook Metadata](/home/connect/services/webhooks/webhook-metadata.md)

&#x20;[Full Bodied Webhooks](/home/connect/services/webhooks/full-bodied-webhooks.md)

[Webhook Services](/home/connect/services/webhooks/webhook-services.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lhv.com/home/connect/services/webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
