--- title: 'Mollie' description: 'European payment processing for online payments, subscriptions, and refunds.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /payments](./post_payments_ecommerce_createpayment) | Create a payment | | [GET /payments/{id}](./get_payments_id_ecommerce_getpayment) | Get a payment | | [GET /payments](./get_payments_ecommerce_listpayments) | List payments | | [POST /payments/{id}/refunds](./post_payments_id_refunds_ecommerce_createrefund) | Create a refund | | [GET /methods](./get_methods_ecommerce_listpaymentmethods) | List available payment methods | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.