Mollie
Automate Mollie payments, orders, refunds, customers, and invoices. Triggers on payment events and statuses.
Tools
| Name | Description |
|---|---|
create_order⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead. Create a new order in Mollie | ⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead. Create a new order in Mollie |
create_payment_linkGenerate a new payment link targeting a customer, product, or specific amount | Generate a new payment link targeting a customer, product, or specific amount |
create_paymentCreates a new payment in Mollie | Creates a new payment in Mollie |
create_customerCreates a new customer in Mollie | Creates a new customer in Mollie |
create_payment_refundCreates refund for payment | Creates refund for payment |
search_order⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead. Searches for orders in Mollie | ⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead. Searches for orders in Mollie |
search_paymentRetrieve all payments created with the current website profile | Retrieve all payments created with the current website profile |
search_customerRetrieve a list of all customers | Retrieve a list of all customers |
Triggers
| Name | Description |
|---|---|
new_customerFires when a new customer is created in Mollie | Fires when a new customer is created in Mollie |
new_orderFires when a new order is created in Mollie | Fires when a new order is created in Mollie |
new_settlementFires upon a new settlement event (e.g. payout) | Fires upon a new settlement event (e.g. payout) |
new_invoiceFires when a new invoice is generated | Fires when a new invoice is generated |
new_paymentFires when a new payment is created/received | Fires when a new payment is created/received |
new_refundFires when a payment refund is created | Fires when a payment refund is created |
new_chargebackFires upon a payment chargeback event | Fires upon a payment chargeback event |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('mollie', 'create_order', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'mollie',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Mollie to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Mollie support?
Mollie supports 8 tools including Create Order, Create Payment Link, Create Payment, Create Customer, Create Payment Refund, and more.
Can I use Mollie with AI agents?
Yes. Add Mollie to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Mollie to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Mollie as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Mollie tools exposed by that workspace.
Does Mollie work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Mollie work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Mollie?
Mollie exposes 8 tools, including Create Order, Create Payment Link, Create Payment, Create Customer, Create Payment Refund, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Mollie be used in stateful agent workflows?
Yes. Agents can combine Mollie tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Mollie use?
Mollie uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Mollie integration cost?
The Mollie integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Mollie support?
Mollie supports 7 triggers including New Customer, New Order, New Settlement, New Invoice, New Payment, and more.
Connect Mollie in minutes
Get 20,000 free action executions every month. No credit card required.