PerfectSolution
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment status is not changingHi,
This is usually due to an invalid private key set in your settings. Please consult Quickpay support for assistance on this. They can help you validating your settings.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment status not updatedIts difficult to say anything qualified without any error messages. Please consult QuickPay who can help looking into the callbacks and see if they have been delivered properly.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment status not updatedMobilePay payments are processed via QuickPay/Clearhaus.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Payment status not updatedHi,
Is this a MobilePay payment? QuickPay have had issues with MobilePay most of the day. It should be stabilised now, but callbacks are still queued and delayed.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Quickpay WooCommerce callback urlHi @jesmadsen
The callback URL is https://yourdomain.com/?wc-api=WC_QuickPay
Remember to change the actual domain ??
@torbenlundsgaard – as of v7.0.0 HPOS is now supported. Since v7 is a major release we recommend testing on a staging environment before upgrading to production.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Possible to capture payments on checkout page?Hi @freddiek
At the moment this is not possible. It has been possible in the past, but since the introduction of PSD2, QuickPay decided to remove their embedded payment window option.
Hopefully they will introduce a similar way of implementation in the future.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Possible to capture payments on checkout page?Hi @freddiek
At the moment this is not possible. It has been possible in the past, but since the introduction of PSD2, QuickPay decided to remove their embedded payment window option.
Hopefully they will introduce a similar way of implementation in the future.
HPOS support is in the making and is almost ready.
Hi @robert681
After some more debugging, I managed to locate a small snippet in our source that was hooking into woocommerce_customer_reset_password and logging in users automatically after resetting the password. This action bypassed the 2FA.
The problem was entirely on our end. I am very sorry about that.
Thank you for taking time to test it and get back to us though. I wish you a pleasant day!
Hi @robert681
No, the user is not logged in. The user is a non-logged in visitor requesting to reset password via WooCommerce’s forgot password form.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Api and Private keyHi,
You need to login to the QuickPay manager on https://manage.quickpay.net to retrieve this information.
If in doubt, please reach out to the QuickPay support team: [email protected]
Hi Carsten,
This is most likely due to invalid acquirer setup in your QuickPay manager.
QuickPay support ([email protected]) should be able to assist you on this.
Hi Savvas,
You may use the filter woocommerce_quickpay_order_number_for_api to adjust the order number sent to QuickPay. You can either attempt to use the order number created by your plugin, or you could try appending og prefixing the order number with a random string to make sure it is always unique.
Forum: Plugins
In reply to: [WooCommerce Quickpay] Swish bugHi S?ren,
As replied by email, I suspect that both plugins are using the same internal id (swish). If that is the case they will conflict if they are both enabled. You are better off disabling one of them.