# Web Hooks

In Inqud's crypto acquiring processes, Web Hooks are essential for providing real-time updates to merchants. These automated notifications are sent to a predefined URL whenever there's a change in the status of crypto acquiring requests or checkouts. This system enables merchants to stay informed about transaction progress and outcomes, ensuring efficient management and response to payment activities without needing to manually check each transaction.

There are two types of entities for which you can configure webhooks in Inqud:

### Checkout

{% hint style="info" %}
Essential for those who have integrated the Inqud Hosted or Embedded Widget
{% endhint %}

{% content-ref url="/pages/3Ux8aUbTVNkc7QcgK7tz" %}
[Checkout Web Hook](/crypto-widget/integration/web-hooks/checkout-web-hook.md)
{% endcontent-ref %}

### Request

{% hint style="info" %}
Necessary for integrations done API only
{% endhint %}

{% content-ref url="/pages/xTuXvFPrcODW7TUK4KVm" %}
[Request Web Hook](/crypto-widget/integration/web-hooks/request-web-hook.md)
{% endcontent-ref %}


---

# Agent Instructions: 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.inqud.com/crypto-widget/integration/web-hooks.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.
