Mollie Payments API integration for creating and managing payments, refunds, and customers.

Changelog

3 versions
v1.1.1 Latest
  • Added output examples to component schemas.
v1.1.0
  • feat: update MakeApiCall component to match standard spec (add headers, parameters inputs; fix output format)
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Log into your Mollie dashboard and create an API key in the Developers > API keys section.

Actions

8
Create Customer icon

Create Customer

Creates a simple minimal representation of a customer. Required for managing customer accounts and recurring payments.
Create Payment icon

Create Payment

Creates a new payment.
Create Payment Refund icon

Create Payment Refund

Creates a refund for a specific payment. Critical for handling returns and customer service.
Get Customer icon

Get Customer

Retrieve a single customer by its ID. Essential for customer management workflows.
Get Payment icon

Get Payment

Retrieves a specific payment by its payment ID. Essential for checking payment status and details.
List Customers icon

List Customers

Retrieve a list of all customers. Returns a maximum of 250 customers per request.
List Payments icon

List Payments

Retrieves all payments created with the current website profile. Returns a maximum of 250 payments per request.
Make A P I Call icon

Make A P I Call

Performs an arbitrary authorized API call. Provides flexibility for advanced integrations and accessing any Mollie API endpoint not covered by other components.