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

Changelog

7 versions
v3.0.2 Latest
  • Output examples for CreatePaymentRefund, from the Mollie Refunds API response.
v3.0.1
  • Added missing output examples to CreateCustomer, CreatePayment, GetCustomer and GetPayment.
v3.0.0
  • (breaking change) MakeApiCall redesigned to the #1459 standard: the endpoint input `path` is replaced by `url`, and `headers`/`parameters` change from JSON textareas to key-value array inputs. Existing flows using MakeApiCall must be updated.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.1.1
  • 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 Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Mollie API.