← All apps

Automate Mollie for free on Stepper

Mollie is a payment service provider that helps businesses accept online payments through a simple API, supporting methods like iDEAL, credit cards, PayPal, and more.

I want to integratewithSee how to connect Mollie to ...

Triggers available for Mollie on Stepper

Payment Link Paid

Triggers when a payment link is paid by a customer.

Payout Completed

Triggers when a payout has been successfully transferred to the merchant's bank account.

Actions available for Mollie on Stepper

Create Payment

Creates a new payment request. Returns a checkout URL to redirect the customer to complete payment.

  • 9 parameters

Get Payment

Retrieves a payment by ID, including its current status and details.

  • 1 parameters

Update Payment

Updates an open payment's description, redirect URL, cancel URL, webhook URL, or metadata.

  • 6 parameters

Cancel Payment

Cancels a payment if it is still in a cancelable state.

  • 1 parameters

List Payments

Retrieves a paginated list of payments, sorted newest first.

  • 1 parameters

Create Refund

Creates a refund for a payment. Partial refunds are supported.

  • 4 parameters

Create Customer

Creates a new customer record, used for recurring payments and saving payment methods.

  • 4 parameters

Update Customer

Updates an existing customer's name, email, locale, or metadata.

  • 5 parameters

Create Payment Link

Creates a reusable payment link that can be shared with customers via email or messaging.

  • 6 parameters

Update Payment Link

Updates an existing payment link's description or amount.

  • 2 parameters

Get Payment Link

Retrieves a payment link by ID, including its current status and details. Pair this with the Payment Link Paid trigger to fetch the full payment link.

  • 1 parameters

Get Settlement

Retrieves a settlement by ID, including its status and details. Pair this with the Payout Completed trigger to fetch the full settlement. Note: settlements are only available on live-mode accounts.

  • 1 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.