Tech · Mollie

iDEAL in,
and then the rest.

Creating a Mollie payment is a few lines of code. What people underestimate: the payment is only really in when the webhook says so, not when the customer comes back to your thank-you page. Confuse the two and you ship orders that were never paid for.

Sound familiar

What goes wrong when you build it yourself.

01

The thank-you page decides the status

The customer closes the tab, or comes back without paying. With Mollie the webhook leads; the redirect is only what the customer sees.

02

The webhook is unreachable

Tested locally, put behind a login or blocked by a firewall. Then every payment stays on 'open'.

03

Amounts come from the client

If the amount is sent from the browser, it can be changed in the browser. That has to be calculated on the server.

04

Refunds are manual work

Every refund by hand in the Mollie dashboard, after which your own bookkeeping knows nothing about it.

05

Recurring direct debit is missing

Subscriptions with a first iDEAL payment and automatic collection after need a mandate. That gets skipped often.

06

No trace afterwards

Without logging per payment, a discussion with a customer or the bookkeeper becomes a hunt through the dashboard.

How it works

From pay button to bookkeeping that adds up.

01

Decide what has to happen after payment

Release the order, grant access, send an invoice or ping a colleague. That is the actual work, not the pay button.

02

The server calculates, Mollie collects

Amounts and discounts are calculated and recorded server-side. The customer cannot change anything along the way.

03

The webhook as the only truth

Publicly reachable endpoint, status always re-fetched from Mollie, and processed idempotently so a duplicate notification does not become a duplicate order.

04

What comes after

Confirmation email, invoice, refunds from your own admin screen, and for subscriptions the mandate for automatic collection.

What you end up with
  • iDEAL, credit card, Bancontact and PayPal
  • A webhook that tracks payment status reliably
  • Amounts that cannot be tampered with
  • Refunds from your own admin screen
  • Invoices and confirmations that go out automatically

The first opinion costs you nothing: send me the repository or a link and I will tell you honestly whether building on beats starting over.

Frequently asked questions
What does a Mollie integration cost?
A one-off payment with webhook and confirmation email is usually done within a week. Add invoicing, an admin screen or automatic collection and it climbs. You get a fixed number up front.
Can you connect Mollie to my existing site?
If it is a Next.js, React or Laravel project: yes. If it runs on WordPress or Shopify, an existing plugin is almost always cheaper than custom work, and I will say so.
Can I collect subscriptions through Mollie?
Yes, with a first iDEAL payment for the mandate and automatic collection after. If you sell internationally or with many subscription variants, Stripe is usually a better fit.
How do I know nothing goes wrong with payments?
Every payment is logged with status and timestamp, the webhook is processed idempotently, and there is an overview showing which payments are outstanding. Before delivery we test with real payments, not only in test mode.
Let's build

Tell me what you
want to build.

A half-hour call. You get an honest answer about what it costs, how long it takes and whether building it is smart at all.

Free · no obligation

Have your current site or tool scanned

You do not have to want to buy anything yet. Send what you have and I will tell you honestly what I would keep, what I would replace and whether that is worth the investment. Including when the answer is that you are better off doing nothing.

The scan is a first impression, not a security audit.

WhatsApp
0:00 / 0:00
  1. 01Send a link to your site, your tool or your repository
  2. 02I look at speed, structure, data and security
  3. 03Usually within two working days you hear what I would replace and what that costs
Bas Voets · Webframer
0:00 / 0:00
Mollie integration built for you · Webframer