Mollie ​
European payment processing for online payments, subscriptions, and refunds.
| Detail | Value |
|---|---|
| Category | E-commerce |
| Base URL | https://api.mollie.com/v2 |
| Authentication | Bearer Token |
| Endpoints | 5 |
| Connector key | mollie |
Using Mollie in a workflow ​
- Go to Connections and click New Connection.
- Pick Mollie from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /payments | Create a payment |
| GET /payments/{id} | Get a payment |
| GET /payments | List payments |
| POST /payments/{id}/refunds | Create a refund |
| GET /methods | List available payment methods |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.