Mollie
Payments API keyCreate and read payments, refunds, customers and subscriptions in Mollie from any Windmill script, flow or app.
Set up in 3 steps
Copy an API key
In the Mollie dashboard, open Developers then API keys. Use the test key while you build — it starts with test_, the live one with live_.
Add the resource in Windmill
Open Resources, add a resource of type mollie, and paste the key.
Run your first script
Fork any script below and read before writing anything. There are dozens here, so search by the verb you need.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Update subscription
Update shipment
Update profile
Update payment link
Update payment
Update order line
Update order
Update customer
Submit onboarding data
Revoke mandate
Request Apple Pay payment session
Release payment authorization
Manage order lines
List terminals
List subscription payments
List shipments
List settlements
List profiles
List permissions
List payments
List payment routes
List payment refunds
List payment methods
List payment links
List payment chargebacks
List orders
List order refunds
List mandates
List invoices
List customers
Resource type
mollie — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| token | string | Yes | Access token (OAuth/Organization) or the API key for authentication. |
Questions
Test or live?
The key prefix decides, and the two never mix. Keep a resource for each and switch the one a flow points at.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.