mollie-payments

Automate Mollie payment processing, webhook verification, refunds, and status reconciliation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/koenvorster/Personal_project_VorstersNV --skill mollie-payments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mollie-payments
Source: https://github.com/koenvorster/Personal_project_VorstersNV/tree/main/.claude/skills/mollie-payments
Command: npx skills add https://github.com/koenvorster/Personal_project_VorstersNV --skill mollie-payments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mollie payments integration for VorstersNV streamlines order payment handling, webhook processing, and refund flows, reducing manual effort and reconciliation errors.

Core Features & Use Cases

  • End-to-end payment lifecycle with Mollie: create payments, redirect customers, handle webhooks, verify status, and update orders.
  • Webhook security and reliability: HMAC verification, idempotent processing, and robust error handling.
  • Refunds and status mapping: manage refunds and translate Mollie statuses to internal order states.

Quick Start

Configure Mollie credentials and initiate a payment flow to verify the end-to-end lifecycle.

Frequently Asked Questions about mollie-payments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle Mollie payments and webhooks end-to-end?

End-to-end Mollie payments management automates payment initiation, customer redirects, webhook handling, HMAC verification, and order status reconciliation across the entire payment lifecycle.

How do I verify Mollie webhook signatures to ensure payment security?

Webhook security requires HMAC verification to validate incoming Mollie payment notifications. This process authenticates webhook payloads, preventing unauthorized or tampered payment status updates from affecting internal order states.

How does idempotent processing work for Mollie webhook events?

Idempotent processing ensures duplicate Mollie webhook deliveries do not trigger duplicate order updates or refunds. It safely reconciles payment statuses by applying robust error handling and ignoring repeated webhook payloads.

Can I process Mollie refunds and map them to internal order states?

Mollie refunds are managed natively and mapped to internal order states. The system translates Mollie payment statuses into corresponding internal order lifecycle states, ensuring accurate reconciliation for refunded transactions.

What is the best way to automate order status reconciliation with Mollie?

Automated order status reconciliation with Mollie is achieved by verifying webhook payloads and translating Mollie payment statuses into internal order states. This reduces manual effort and prevents reconciliation errors.