Skip to content

Mollie ​

European payment processing for online payments, subscriptions, and refunds.

DetailValue
CategoryE-commerce
Base URLhttps://api.mollie.com/v2
AuthenticationBearer Token
Endpoints5
Connector keymollie

Using Mollie in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Mollie from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /paymentsCreate a payment
GET /payments/{id}Get a payment
GET /paymentsList payments
POST /payments/{id}/refundsCreate a refund
GET /methodsList available payment methods

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.