Posted: April 25, 2013 at 7:45 am
I have a strange problem with Mollie ideal payment method. Every thing works fine, only when payment is made and customer returns to EE, they come to thank you page with status: Incomplete. What goes wrong? This problem is test-area and in real life. Only failure on payment methods page that I see is beneath Authorize.net AIM settings and ATOS sips setting:(see below) But no message at Mollie payment. Who can help me?? I don’t know what is wrong. Kind regards, Wim Brouwer – Promosite
|
|
|
There could be several reasons why you would not be getting payment notifications back from iDeal. We send iDeal the page they should notify in this line: $report_url = $home . '/?page_id=' . $org_options['notify_url'] . '&id=' . $payment_data['attendee_id'] . '&r_id=' . $payment_data['registration_id'] . '&event_id=' . $payment_data['event_id'] . '&attendee_action=post_payment&form_action=payment&ideal=1'; The first thing to check is to make sure your notifications page is set up correctly. Check the page settings in EE->General Settings. Make sure the page indicated has the correct shortcode, that it is public and visible. The next thing I would check is to make sure that you are not getting a redirect that loses the POST data, such as happens on hosts like wp_engine. There is a fix for such hosts that involves changing the above code with something slightly more complicated. |
EE sends to Mollie: I fill in: Mollie gives feedback with: But there is an error : Er is een fout opgetreden tijdens het verwerken van uw transactie! And payment still is incomplete. I have tested General Settings. Thank you page is visible, public and has correct shortcode. What goes wrong? |
|
So, to my opinion, Mollie ideal sends back the correct information. EE just doesn’t process it correctly. In Holland (the Netherlands) Ideal is the main payment method, far more than Paypal or others. If we cannot solve this, EE is of no use to us. Sorry to say so. I have also heard of a Pronamic Ideal plugin for EE. Does that plugin work better than your own Mollie plugin? Please let me know what to do or help me to find a solution. Than I can offer EE also to my other customers… Wim Brouwer- Promosite.nl |
|
Sorry for this third post, but there is something strange: Customers do get an email of a succssfull payment, an I tested it in real life and payment is deducted from my account. So EE is ambivalent: 1. Email says successfull transaction and 2. thank you page says not successfull. Strange, isn’t it? |
|
Is there anyone with a good guess what the solution might be. I am desperate and losing a lot of time this way…. |
|
There can be a delay between when Mollie sends the customer back to your site and when the card actually goes through the transaction approval, so at that point the payment would still be incomplete. You can work around this by setting the default payment status to “Pending” in Event Espresso>General Settings. |
|
At EE Payment Gateways -> above ATOS SIPS settings I see a warning: Warning: file_put_contents(/home/beachon/domains/beachonwheels.nl/public_html/wp-content/plugins/event-espresso/gateways/atos/default/pathfile) [function.file-put-contents]: failed to open stream: Permission denied in /home/beachon/domains/beachonwheels.nl/public_html/wp-content/plugins/event-espresso/gateways/atos/settings.php on line 117 Is this important, and must I solve this? I don’t know what ATOS means and if it has any influence on iDEAL payment. |
|
I changed default payment status to “Pending” in Event Espresso>General Settings, as you suggested.At the event I also changed default payment status to Pending. But after the payment it says Incomplete. I am desperate why this does not work properly. Do you have other suggestions? Please HELP. |
|
Is there anyone with a working iDEAL Mollie gateway? What must I change to get it working? |
|
Problem is solved. What I did: I downloaded and activated the Pronamic Ideal plugin. That did not work properly (error codes). Afterwards I deactivated the Pronamic plugin again and activated the Mollie iDEAL plugin. And suddenly everything goes perfect. Don’t ask me why!!!!
|
|
I won’t ask then. Interesting though. |
|
When I completely deactivate the Pronamic iDEAL plugin, the iDEAL payment again is incomplete and unsuccessfull. So the problem is really in the Molly iDEAL gateway. The problem I now have is that, with the pronamic plugin active but not active in EE, every participant gets 4 email messages that the payment is successfull and 4 emails that they have subscribed. A bit overdone. Do you know where I can change that?
|
|
It sounds like the pronamic ideal plugin has too many places where it hooks to the send email function. You can look for code like in the this in the gateway’s folder and try commenting it out: add_action('action_hook_espresso_email_after_payment', 'espresso_email_after_payment'); |
|
The support post ‘Ideal Mollie payment not working properly.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.