-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payment Flow: POS Device // Retry Payment #799
Comments
Hi @simonmaass! Thank you for bringing this issue to our attention. It appears we haven’t fully resolved this situation on our end yet. In the meantime, you can use the |
Thank you for addressing this issue internally! |
Hi @simonmaass, We’re pleased to inform you that we’ve released version v2.41.0, which addresses this issue. We’ve added a You can view the exact changes in this commit: We’ll also be adding this to the WIKI/Docs soon! |
Hi there @simonmaass, just to let you know, we’ve also updated the REST wiki guide on how to use the reset function. |
@Frank-Magmodules thank you - just to clarify: If using this flow you will have 1 order per payment try? In order words the first order will be canceled and then you reset the old cart and create a new order on top of the old canceled one? |
@simon No, it will remain as a single order. Even if you retry, you will still have just one order. |
What would be the correct payment flow implementation in order to re-try a failed POS device payment in a phisical store?
Scenario:
We have a POS software (vue web app) that is using magento 2 as a backend order management system.
When creating an order in the POS software we create an order in magento and afterwards wait for the payment webhook from the POS payment device from mollie.
Sometimes the customer has used the wrong PIN code or accidentally canceled the payment on the POS device.
Now magento received an "expired" or "canceled" mollie payment state and cancels the entire order.
How could we create a new payment transaction in the POS software and "uncancel" the magento order and attach the new payment transation to the magento order?
Thank you for some advice!
The text was updated successfully, but these errors were encountered: