Skip to content

Troubleshooting

Logeecom Belgrade edited this page Mar 2, 2021 · 3 revisions

General guidelines

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.

  1. Perform an API Check Use the Verify token button to check if the API Key is valid. You can find the Verify token button in the configuration Authorization section located in System » Manage Integrations » Mollie.
  2. Check if you enabled the payment methods in the OroCommerce System » Payment Rules configuration
  3. 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.
  4. Check if the order amount min and/or max value is fulfilled
  5. Check if there is any information in the Notifications section System » Manage Integrations » Mollie » Notifications
  6. Check if there is any information in the logs.**

Logs

Log files grow too fast

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.

Payment Methods

Method does not exist in OroCommerce

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.

Orders

Order status is not updated in my webshop

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.