# Checkout Web Hook

{% hint style="info" %}
The Checkout webhook is essential for integrations that utilize the [Inqud Hosted](/crypto-widget/overview/inqud-hosted-page-overview.md) or [Embedded Widget](/crypto-widget/overview/embedded-widget-overview.md) options.
{% endhint %}

{% hint style="info" %}
For foundational information on webhooks, including key concepts and verification methods, please refer to the [Webhook Basics](/developer/web-hooks.md) page.
{% endhint %}

Checkout Web Hooks enable merchant systems to receive timely notifications regarding status changes of Checkouts.

Learn more about checkouts:

{% content-ref url="/pages/owe26I0D40AVCmH90122" %}
[Checkouts](/crypto-widget/explore/checkouts.md)
{% endcontent-ref %}

### Prerequisites

* Your business account with Inqud is set up.
* The Crypto Widget has been established and configured within the Inqud platform.
* The Crypto Widget is active.

### Setting up Web Hook

1. Open the [app](https://app.inqud.com/) and sign in.
2. From the left menu bar, choose "Crypto widgets".
3. Select the desired widget.
4. Open "Webhooks"
5. Locate the "Checkout webhook" option and click on "Add".
6. Enter the required details:
   * Webhook link: Provide the URL of your webserver that will handle the callbacks.
   * Webhook secret: Enter a secret key for signature calculation (optional).
7. Click on "Save" to finalize your settings.

### Checkout statuses

<figure><img src="/files/KujGSnKCWavve1aA3wPS" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Visit the [Checkouts page](/crypto-widget/explore/checkouts.md#checkout-statuses) to learn more about the various checkout statuses.
{% endhint %}

### Notification

The Checkout Web Hook activates with every transition in checkout status. It requires your web server to respond with a 200 status code. If a different status code is returned, the Web Hook will attempt retries multiple times, using an exponential back-off strategy.&#x20;

For detailed request specifications, please refer to the following page:

[Checkout Web Hook Specification](https://apireference.inqud.com/#tag/crypto-acquiring-webhooks/operation/user_crypto-acquiring_create-checkout-webhook) (see **Callbacks** sections)


---

# 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/checkout-web-hook.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.
