Skip to content

Mollie Webhook

POST
/billing/webhook
curl --request POST \
--url https://api.mengi.cloud/billing/webhook

Handle Mollie webhooks for payment and subscription updates. Mollie sends POST with form data containing ‘id’ of the payment/subscription.

Returns 200 on success, 500 on failure to allow Mollie to retry. Handlers must be idempotent to safely handle retries.

Successful Response

Media type application/json
Example generated
example