> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meum.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook configuration

> Configure webhook endpoints in Merchant Admin.

## Access

**Dashboard → Webhooks** (store-scoped)

## Endpoint types

| Type                    | Description                          |
| ----------------------- | ------------------------------------ |
| **Managed integration** | Auto-created for WooCommerce connect |
| **Custom developer**    | Manual URL + event subscription      |

## Default subscribed events

`invoice.created`, `invoice.paid`, `invoice.expired`, `invoice.failed`

WooCommerce managed endpoints also subscribe to `invoice.cancelled` and `invoice.underpaid`.

## Test webhook

Send a test event from the dashboard. Event type: `webhook.test`.

## Related pages

* [Configure endpoint](/webhooks/configure-endpoint)
* [Verify signatures](/webhooks/verify-signatures)
