# Webhooks (for Payment Links)

{% hint style="info" %}
🔐 These webhooks are **specific to Payment Links only.** \
For gateway-level or API-triggered webhooks, please refer to the [API Documentation.](/api-documention/api-overview.md)
{% endhint %}

#### ✅ What Are Webhooks?

Webhooks are **HTTP callbacks** that Paymento sends to your backend when a payment-related event occurs. Paymento webhooks allow you to receive real-time notifications about events that happen in your payment links. When an event occurs, Paymento sends an HTTP POST request to the webhook URL you configured for your payment link.


---

# 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.paymento.io/payment-links/webhooks-for-payment-links.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.
