Hi, using Mollie as a payment gateway (iDeal) for transactions on a shop.
If i create a order using payment with the default (bank-transfer) the final page in the order process gives me: orderSucces. Which is nice
However, using Mollie gateway (test-apikey) i always gives me orderFailed.
If i look at the order cpm of simplecart i see that the new order has been made with all correct product-values and status. Status is set to new. However it fails to be set to finished if the transaction is set to “betaald” in the test-modus on Mollie.
Looking at the log:
[2017-11-22 11:42:12] (ERROR @ /home/kerstboom/domains/koop-een-kerstboom.nl/core/components/simplecart/controllers/web/Order.class.php : 553) Order is NOT verified {“id”:17,“user_id”:null,“confirmation_id”:15,“delivery_method”:4,“payment_method”:3,“coupon”:0,“ordernr”:“2”,“total”:30,“totals”:{“products”:1,“freeproducts”:0,“price”:30,“price_ex_vat”:30,“absprice”:30,“absprice_ex_vat”:30,“discount”:0,“discount_percent”:0,“delivery”:0,“payment”:0,“vat_total”:0,“vat_prices”:[]},“status”:“finished”,“changed”:false,“changedtime”:null,“created”:“2017-11-22 11:42:02”,“mollie_ideal_issuer”:“ideal_TESTNL99”,“doOrder”:“true”}
Any ideas?