Skip to main content

WooCommerce (managed)

Webhook endpoint is created automatically on connect. The plugin registers:
(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).