Mollie
Automate Mollie payments, orders, refunds, customers, and invoices. Triggers on payment events and statuses.
Actions
| 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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'mollie',
actionName: 'create_order',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Mollie support?
Mollie supports 8 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Mollie use?
Mollie uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Mollie integration cost?
The Mollie integration is included on all Weavz plans including the free tier with 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.