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

> WooCommerce plugin webhook URL and acknowledgment behavior.

## Webhook URL

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

Built by the plugin on connect. Also shown in **WooCommerce → Settings → Payments → Meum**.

## Plugin behavior

* Verifies `X-Meum-*` headers (see [Verify signatures](/webhooks/verify-signatures))
* Rejects legacy `X-Stablecoin-*` headers
* Dedupes on `X-Meum-Event-Id` in order meta
* Returns HTTP `200` with `{ "received": true }` or `{ "duplicate": true }`

## Related pages

* [Checkout flow](/woocommerce/checkout-flow)
* [Configure endpoint](/webhooks/configure-endpoint)
