> ## 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.

# Configure endpoint

> Set up webhook endpoints in Merchant Admin or via WooCommerce connect.

## WooCommerce (managed)

Webhook endpoint is created automatically on connect. The plugin registers:

```
https://your-store.com/?wc-api=stablecoin_webhook
```

(`your-store.com` is your WordPress site URL.) Also shown in **WooCommerce → Settings → Payments → Meum** after connect.

## Custom integration (dashboard)

1. **Dashboard → Webhooks** → add endpoint URL
2. Select events to subscribe
3. Copy webhook secret (shown once)

For one-off invoices without a stored endpoint, pass `callback_url` in `POST /v1/invoices`.

## Default events

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

WooCommerce managed endpoints also include `invoice.cancelled` and `invoice.underpaid`.

Send a test event from the dashboard (`webhook.test`).

## Related pages

* [Webhooks overview](/webhooks/overview)
* [Verify signatures](/webhooks/verify-signatures)
* [Testing webhooks](/webhooks/testing-webhooks)
