Mollie
api.mollie.com
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.
api_key
free
1.0
https://api.mollie.com
1
2026-03-01T11:08:42.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_customer
paymentsCreate a customer record to associate payments and enable recurring billing.
Detail: https://api.mollie.com/capabilities/create_customer
create_payment
paymentsCreate 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
paymentsIssue a full or partial refund for a completed payment.
Detail: https://api.mollie.com/capabilities/create_refund
create_subscription
otherSet up a recurring subscription for a customer with a defined interval and amount.
Detail: https://api.mollie.com/capabilities/create_subscription
get_payment
paymentsRetrieve the details and current status of an existing payment by its ID.
Detail: https://api.mollie.com/capabilities/get_payment
list_payments
otherList 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.