# Webhooks

Webhooks serve as a means for one application to promptly notify another application when specific actions occur. Through Rigi webhooks, you'll receive real-time updates on all events.

## How to Register a Webhook

To register a webhook, simply follow these steps: access your Rigi [Dashboard](https://dashboard.rigi.club/), navigate to the Integrations tab, select Rigi Payment Webhook and update your webhook endpoint.

Once you have completed this process, Webhooks will be enabled for all your offerings.

## Webhooks Events

Currently, we send webhooks on those events.

#### 1. Payment Completion&#x20;

For payment completion events, we promptly trigger the "Payment Completion" webhook as soon as the user completes the payment.

#### 2. Payment Failed&#x20;

In the case of payment failures, we promptly activate the "Payment Failed" webhook 15 minutes after a user initiates a payment request but does not successfully complete it.

####

<br>


---

# 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.rigi.club/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.
