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

## WooCommerce (managed)

Webhook endpoint is created automatically during WooCommerce connect. URL:

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

## Custom developer integration

1. Go to **Dashboard → Webhooks**
2. Add endpoint URL (must pass URL policy validation)
3. Select events to subscribe
4. Copy webhook secret

For non-integration invoices, pass `callback_url` in `POST /v1/invoices`.

## Default events

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

## Related pages

* [Webhook configuration](/merchant-admin/webhook-configuration)
* [Testing webhooks](/webhooks/testing-webhooks)
