Required Apps |
Invoicing (account)
|
Lines of code | 1211 |
Technical Name |
payment_mollie_official |
License | LGPL-3 |
Website | https://www.mollie.com/ |
Also available in version | v 12.0 v 14.0 |
Required Apps |
Invoicing (account)
|
Lines of code | 1211 |
Technical Name |
payment_mollie_official |
License | LGPL-3 |
Website | https://www.mollie.com/ |
Also available in version | v 12.0 v 14.0 |

Quickly integrate all major payment methods using only One app

Key Features
All online payment methods
Mollie supports all known online payment methods. Growing internationally or focusing on a specific market, with Mollie you let your company grow where you want.


Inline Credit Card Payment
Capture credit card payment directly from payment screen. No need to redirect user to portal to make payment*.
* unless card needs 3-D Secure authenticationInline Issuer Selector
Inline issuer selector shows available issuer in Odoo itself. It reduces one step at payment portal and makes checkout faster.

Other Features
Separate/Common Account Journal for payment methods
Enable/Disable payment methods any time
Portal invoice payment (works without eCommerce)
Real-time data and insights from your free Dashboard
Convenient tools for refunds and chargebacks.
In-house support teams, extensive documentation.
How to configure
Step 1 Download the module and place the module in apps folder.
Step 2 Install python dependencies (it is listed in requirements.txt file in module).
pip3 install -r requirements.txtStep 3 Install this module in your Odoo instance.
Step 4 Open Website > Configuration > Payment Acquirers and open acquirers
Step 5 Fill the API keys and credentials. (You will find these keys from your Mollie dashboard.)

Step 6 Click on Mollie Payment Methods tab and click on sync payment method button.

DONE That's it you are ready to accept payments.
Changelog
v13.0.1.5
UPDATE Set default amount in the refund dialog.
UPDATE Show only payment api type methods for payment links.
FIX Minor bug fixes.
v13.0.1.4
NEW Added vouchers support.
NEW Configure vouchers categories at products and product categories.
NEW Manage mollie refunds via credit notes.
NEW Restrict user from over refund.
UPDATE Better management of API fallbacks.
FIX Deactivate inghomepay option.
FIX Hide the credit card option if profile is not configured.
v13.0.1.3
NEW Added option to manually post process transactions.
NEW Webhook will now post process the transactions too.
FIX Handle multiple webhook calls for delayed responses.
v13.0.1.2
NEW Added support to refund the payment via credit notes
v13.0.1.1
NEW Initial release (revamped)
NEW Added inline credit card support
NEW Added inline issuer support
NEW Separate/Common account journal for payment methods
NEW Enable/Disable payment methods for shop
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
We love the app, but receive an error by payment
08/14/2020 11:20:53 Description ERROR! on Create order Origin mollie Detail The redirect URL is invalid {'amount': {'value': '1.21', 'currency': 'EUR'}, 'billingAddress': {'givenName': 'Administrator', 'familyName': 'Administrator', 'streetAndNumber': 'gooiland 15 ', 'city': 'beverwijk', 'postalCode': '1948RC', 'country': 'NL', 'email': 'wilfried@swtrading.nl', 'phone': ''}, 'metadata': {'order_id': 'ODOO-SO 200025-2', 'description': 'SO 200025'}, 'locale': 'en_US', 'orderNumber': 'ODOO-SO 200025-2', 'redirectUrl': 'https://mijn.upets.nl/payment/mollie/redirect?reference=SO 200025-2', 'lines': [{'type': 'physical', 'name': 'Sample Product', 'quantity': 1, 'unitPrice': {'currency': 'EUR', 'value': '1.21'}, 'totalAmount': {'currency': 'EUR', 'value': '1.21'}, 'vatRate': '21.00', 'vatAmount': {'currency': 'EUR', 'value': '0.21'}, 'productUrl': 'https://mijn.upets.nl/line/27'}], 'method': 'ideal'}