Support

Home Forums Event Espresso Premium Thank and Declined/Error Message Pages for Event Espresso 4

Thank and Declined/Error Message Pages for Event Espresso 4

Posted: May 24, 2016 at 1:29 pm

Viewing 1 reply thread


trentsl

May 24, 2016 at 1:29 pm

Transactions are showing “Incomplete” after developing a Payment gateway.

I can send you login info separately via email.

The success return page is now set to to /transactions/ as I saw it in paypal payment module, but it doesn’t seem to intercept anything. I need to know where the callback from moneris should be pointed and is there somethning that should be done with it.
The same goes for the error/decline return page.


Tony

  • Support Staff

May 25, 2016 at 5:40 am

Hi there,

The success return page is now set to to http://<>/transactions/ as I saw it in paypal payment module, but it doesn’t seem to intercept anything.

PayPal does not return the user back to /transactions/ it sends the IPN there but not the user.

It depends if your payment provider sends a separate IPN to the site or just returns the user back to the site with all of the payment information (or in PayPals case both) as to weather or not /transactions/ is even used.

If you are basing your payment method on the PayPal payment method you need to look over the set_redirection_info() method. That is passed the return_url (the url the user should be returned to) and the notify_url (the url the IPN should be set to) to that method, then uses those to build the form. You need to pass the correct one based on what the payment provide will do (see above) after the payment, or even both.

Basically you need to compare the payment method that closest resembles how your own payment provide works and find out which parts you need/don’t need, however we can not provide further support for building your own custom payment method.

Viewing 1 reply thread

The support post ‘Thank and Declined/Error Message Pages for Event Espresso 4’ 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