Mollie is a payment service provider (PSP) from the Netherlands that helps businesses accept online and in-person payments. Founded in 2004 by Adriaan Mol, the company's main goal is to make payment processing simple and accessible for companies of all sizes, from small startups to large enterprises. Headquartered in Amsterdam, Mollie has grown to become one of Europe's leading payment platforms. Its core function is to provide a single, easy-to-integrate solution that supports a wide variety of international and local European payment methods. This allows merchants to sell to customers across Europe without needing complex setups for each country's preferred payment option.
Mollie uses a transparent, pay-as-you-go pricing model. There are no monthly subscription fees, setup costs, or hidden charges. You only pay a fixed fee per successful transaction. The cost of the transaction varies depending on the payment method used by the customer. For example, a payment with a European credit card will have a different fee than a payment made with a local method like iDEAL. This structure is beneficial for businesses of all sizes, as costs scale directly with sales. For large enterprises with high transaction volumes, Mollie offers custom pricing plans with volume discounts.
Mollie does not have a traditional free plan, but it is free to create an account and integrate the service. There are no monthly fees or setup costs. You are only charged when you successfully process a payment. This means you can set up Mollie on your website, explore the dashboard, and have everything ready without any upfront investment. You only incur costs when you start making sales, which makes it a risk-free option for new businesses.
Getting started with Mollie is a straightforward process:
Pros:
Cons:
Mollie offers a wide range of integrations with popular e-commerce platforms, accounting software, and other business tools. These integrations are designed for easy setup, often requiring no coding.
Mollie provides a powerful and well-documented REST API that allows developers to create custom payment solutions. The API lets you integrate Mollie's payment processing capabilities directly into your applications, websites, and backend systems.
To get an API key, you must first create a Mollie account. Once your account is set up, you can find your live and test API keys in the Mollie Dashboard under the 'Developers' section. There is no cost to access or use the API.
Here is a basic example of how to create a payment using the API with cURL:
curl -X POST https://api.mollie.com/v2/payments \
-H "Authorization: Bearer test_YourApiKey" \
-H "Content-Type: application/json" \
-d '{
"amount": {
"currency": "EUR",
"value": "10.00"
},
"description": "Order #12345",
"redirectUrl": "https://your-website.com/order/12345",
"webhookUrl": "https://your-website.com/webhooks/mollie"
}'
Mollie offers a Partner Program rather than a traditional affiliate program. This program is designed for web development agencies, platform providers, and developers who build solutions for clients. Partners can integrate Mollie's payment services into their clients' websites or applications. Benefits of the program often include technical support, co-marketing opportunities, and referral fees for bringing new merchants to the platform. To join, you typically need to apply through the Mollie website and demonstrate how you will be integrating or promoting their services. The commission structure is usually customized based on the partner's volume and level of collaboration. If you are an influencer or content creator, it is best to contact their partnership team directly to discuss potential collaboration opportunities.
Show your users that Mollie Checkout is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/mollie-checkout?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-mollie-checkout" target="_blank"><img src="https://saasprofile.com/mollie-checkout/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Mollie Checkout badge" loading="lazy" /></a>