Mollie Webhooks

Receive and handle Mollie webhooks. Use when setting up Mollie webhook handlers, understanding why Mollie webhooks are not signed, or handling payment status changes like paid, expired, failed, canceled, or authorized. Teaches the fetch-to-confirm pattern: the webhook only sends a payment id, so you fetch the payment from the Mollie API to read its authoritative status.

hookdeck ad22820 20 files · 45.5 KB Updated

File contents

hookdeck/webhook-skills/tree/main/skills/mollie-webhooks commit ad228201f5

Frequently asked questions

npx skillmds@latest add hookdeck/mollie-webhooks