Support

Home Forums Event Espresso Premium Eway Rapid 3.0 Gateway Error since last EE upgrade

Eway Rapid 3.0 Gateway Error since last EE upgrade

Posted: September 26, 2013 at 9:02 am


mpurse

September 26, 2013 at 9:02 am

My customer are currently receiving the following error message when they attempt to use Eway as the payment method. This has only been brought to our attention today, but we have not had any payments via eway since the last EE upgrade.

Can you please urgently assist? This is the error message:

Secure Payment Transactions Processed by Eway Rapid 3.0 Payments Pro

An error has occured in the using of the Eway Rapid 3.0 payment gateway. Please try a different gateway

I am also in touch with eway. It’s been working brilliantly up to now.


Josh

  • Support Staff

September 26, 2013 at 10:00 am

Hi there,

The error message that you are seeing fires if either of these two conditions are met:

The form action URL isn’t correct or the the Eway Access code is missing/incorrect.

Can you verify that the Eway Rapid 3.0 API key, username, and password are correct in the Event Espresso>Payment settings?

The other thing you can try that will make a difference if there is an issue with the form action url redirecting is change one line of code in the Eway gateway.

This change can be made in eway_rapid3_vars.php ~ line 45

It will say:

$redirectUrl=site_url().'?page_id='.$org_options['return_url'].'&r_id=' . $payment_data['registration_id'].'&eway_rapid3=true&id='.$payment_data['attendee_id']; 

and be changed to:

$redirectUrl=add_query_arg(array('r_id'=>$registration_id,'eway_rapid3'=>'true','id'=>$attendee_id), get_permalink($org_options['return_url']));


Sidney Harrell

September 26, 2013 at 10:25 am

Can you make the modification here: https://eventespresso.com/topic/cant-get-eway-rapid-3-0-to-work/#post-49035 and see if it the same issue?

The support post ‘Eway Rapid 3.0 Gateway Error since last EE upgrade’ 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.

Event Espresso