# Web Hooks

In Inqud's crypto recurring 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 recurring subscriptions, authorizations or invoices. 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 three types of entities for which you can configure webhooks in Inqud:

### Subscription

{% hint style="info" %}
Essential for those who are using **subscription plans**
{% endhint %}

{% content-ref url="/pages/YvOC3gaXHmAdrEDrHD0A" %}
[Subscription Web Hook](/crypto-recurring/integration/web-hooks/subscription-web-hook.md)
{% endcontent-ref %}

### Authorization

{% hint style="info" %}
Essential for those who are using **on-demand plans**
{% endhint %}

{% content-ref url="/pages/Baek9DS4PHkG1eREs95T" %}
[Authorization Web Hook](/crypto-recurring/integration/web-hooks/authorization-web-hook.md)
{% endcontent-ref %}

### Invoice

{% hint style="info" %}
Essential for those who are using **on-demand plans**
{% endhint %}

{% content-ref url="/pages/nfqvU3G3WEkL7L8IkyXo" %}
[Invoice Web Hook](/crypto-recurring/integration/web-hooks/invoice-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-recurring/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.
