# Como Registrar mi Webhook

## Desde el Panel de Wompi

Ingresar al  [Panel de Control](https://panel.wompi.sv) de Wompi.&#x20;

![Ingresar al listado de aplicativos y editar el aplicativo deseado](/files/-MB7OErh9fWOoCXDyZ9B)

![Detalle aplicatico](/files/-MB7PIue67m0WinnFV4h)

En el detalle del aplicativo colocar le url del webhook en la opción "**Notifica via Webhook**".

## Al Crear un Enlace de Pago

Es posible configurar un webhook diferente al del aplicativo para un enlace de pago especifico. Para eso basta con definir el URL del Webhook en el objeto "configuracion" el momento de crear el enlace de pago, para mas información ver [Crear Enlace de Pago](/metodos-api/enlace-de-pago.md#objeto-completo-de-peticion).

## Al Crear una Transacción de Compra

Es posible configurar un webhook diferente al del aplicativo para una transacción de compra especifica. Para eso basta con definir el URL del Webhook en el objeto "configuracion" el momento de crear la transacción de compra, para mas información ver [Crear Transacción Compra 3DS](/metodos-api/crear-transaccion-compra-3ds.md).


---

# 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.wompi.sv/webhook/como-registrar-mi-webhook.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.
