eavz
Mollie

Mollie

Automate Mollie payments, orders, refunds, customers, and invoices. Triggers on payment events and statuses.

API KeyFinance
8 actions
7 triggers

Actions

Name
create_order

⚠️ We no longer recommend using the Orders API. Please refer to the Payments API instead. Create a new order in Mollie

create_payment_link

Generate a new payment link targeting a customer, product, or specific amount

create_payment

Creates a new payment in Mollie

create_customer

Creates a new customer in Mollie

create_payment_refund

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

search_payment

Retrieve all payments created with the current website profile

search_customer

Retrieve a list of all customers

Triggers

Name
new_customer

Fires when a new customer is created in Mollie

new_order

Fires when a new order is created in Mollie

new_settlement

Fires upon a new settlement event (e.g. payout)

new_invoice

Fires when a new invoice is generated

new_payment

Fires when a new payment is created/received

new_refund

Fires when a payment refund is created

new_chargeback

Fires upon a payment chargeback event

Quick Start

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