-
Notifications
You must be signed in to change notification settings - Fork 4
Troubleshooting
Whenever you are experiencing some difficulties or troubles with the installation and/or configuration of the Mollie Payment module for OroCommerce you can check the following points to make sure the configuration is right.
- Perform an API Check
Use the
Verify token
button to check if the API Key is valid. You can find theVerify token
button in the configurationAuthorization
section located inSystem
»Manage Integrations
»Mollie
. - Check if you enabled the payment methods in the OroCommerce
System
»Payment Rules
configuration - Check if you enabled the payment methods in your Mollie Dashboard The payment methods are disabled by default in your account so you firstly need to activate the payment methods that you want to implement in your Mollie Dashboard.
- Check if the order amount min and/or max value is fulfilled
- Check if there is any information in the Notifications section
System
»Manage Integrations
»Mollie
»Notifications
- Check if there is any information in the logs.**
The Mollie plugin got a makeover recently when it comes to logging. This means that both, the quality and quantity of log entries did increase. Better logs mean easier and faster support - which might even help you directly before contacting the support.
If your log files take too much disk space in a short amount of time, then it means that you probably have lots of orders. In that case, please increase the "Log Level" in the plugin configuration to INFO or above (WARNING, ERROR). This will skip all DEBUG entries which are usually multiple entries for every order.
If you still face the same issue, then you might want to even increase to WARNING and skip the INFO messages.
If one or all payment methods do not exist in OroCommerce, please verify the following:
- Is your payment method unlocked and enabled in the Mollie Dashboard?
- Try to change the organization API token or the environment in the integration configuration and reinstall the integration. This should automatically fetch available payment methods from your Mollie account and create them in OroCommerce.
Mollie sends a message to your website when the payment or order status changes. When the status is not updating, it is possible that Mollie was unable to reach your website or that your website was unable to process the status.
To find out the reason your status hasn't been updated try the following steps:
- Check if the webhook call was successful by looking up the transaction in your Mollie Dashboard and checking the history (on the right of the screen).
- Check whether you have copied and entered the correct API key in your webshop.
- Check whether your website is running in maintenance mode. Mollie cannot access your website when it is running in maintenance mode.