Mollie

Payments API key

Create and read payments, refunds, customers and subscriptions in Mollie from any Windmill script, flow or app.

Set up in 3 steps

1

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_.

2

Add the resource in Windmill

Open Resources, add a resource of type mollie, and paste the key.

3

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.

Resource type

mollie — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYesAccess 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.