Mollie

api.mollie.com

Community

Mollie is a European payments API that lets you accept online payments via credit cards, iDEAL, Bancontact, PayPal, and many other methods. It provides a simple REST API for creating payments, managing refunds, handling customers, and setting up recurring subscriptions with strong European market coverage.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.mollie.com

Crawl failures

1

Last verified

2026-03-01 11:08:42

Health

Loading health data...

Capabilities

create_customer

payments

Create a customer record to associate payments and enable recurring billing.

Detail: https://api.mollie.com/capabilities/create_customer

create_payment

payments

Create a new payment to charge a customer. Returns a checkout URL where the customer completes the payment.

Detail: https://api.mollie.com/capabilities/create_payment

create_refund

payments

Issue a full or partial refund for a completed payment.

Detail: https://api.mollie.com/capabilities/create_refund

create_subscription

other

Set up a recurring subscription for a customer with a defined interval and amount.

Detail: https://api.mollie.com/capabilities/create_subscription

get_payment

payments

Retrieve the details and current status of an existing payment by its ID.

Detail: https://api.mollie.com/capabilities/get_payment

list_payments

other

List all payments created on your account, with pagination support for browsing through results.

Detail: https://api.mollie.com/capabilities/list_payments

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Mollie
Description: Mollie is a European payments API that lets you accept online payments via credit cards, iDEAL, Bancontact, PayPal, and many other methods. It provides a simple REST API for creating payments, managing refunds, handling customers, and setting up recurring subscriptions with strong European market coverage.
Auth: api_key
Capabilities:
  - create_customer: Create a customer record to associate payments and enable recurring billing.
  - create_payment: Create a new payment to charge a customer. Returns a checkout URL where the customer completes the payment.
  - create_refund: Issue a full or partial refund for a completed payment.
  - create_subscription: Set up a recurring subscription for a customer with a defined interval and amount.
  - get_payment: Retrieve the details and current status of an existing payment by its ID.
  - list_payments: List all payments created on your account, with pagination support for browsing through results.