X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   paypal Express Checkout - Failure reason:Failure to redirect to PayPal. (https://forum.x-cart.com/showthread.php?t=70092)

xanadude 09-27-2014 07:02 AM

paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
I have just put paypal payment back onto the store and all I am getting is

Error:Sorry, your order payment failed.
Failure reason:Failure to redirect to PayPal.

after yet more endless problems - having to manually restore all my images due to Amazon S3 CDN failing and screwing everything up now this
WTF

sorry getting really stressed with x5 being to flakey

T_Green 09-28-2014 04:29 PM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
Quote:

Originally Posted by xanadude
I have just put paypal payment back onto the store and all I am getting is

Error:Sorry, your order payment failed.
Failure reason:Failure to redirect to PayPal.

after yet more endless problems - having to manually restore all my images due to Amazon S3 CDN failing and screwing everything up now this
WTF

sorry getting really stressed with x5 being to flakey



"Error:Sorry, your order payment failed.
Failure reason:Failure to redirect to PayPal."
I am having the same problem. And getting very frustrated as well.
Was redirecting in "Test" mode, then when I set it to "Live" it will not redirect.
I have had many problems with xcart 5, and even had to uninstall and re-install the whole thing since it once crashed and there was NO bringing it back
Xcart team, need some help here!

T_Green 09-28-2014 04:41 PM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
Hey Xanadude, I went to your site and it is redirecting to Paypal just fine. How did you get it to work?

xanadude 09-29-2014 01:39 AM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
I used the deprecated version fro non USA not the new version as the new one did not work

bschweitzer 10-06-2014 10:45 AM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
I'd like to bump this thread...

The deprecated version works fine... but doesn't allow Advanced Payments to keep the buyer on my site.

The new version doesn't work for crap.

tony_sologubov 10-14-2014 06:16 AM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
Hi guys!

Once you receive the error message from new Paypal module, more details about it must be dumped into the <X-Cart>/var/log/ folder into file with Paypal.log.dd-mm-yy.php name

Could you please publish this error log? There will be an explanation of why the problem happened and I will be able to suggest what to do next.

Tony.

mattreba@oscsys.com 10-17-2014 09:51 AM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
I'm having the same problem, i'm happy to post the log but it seems to contain a good bit of personal info, any section in particular that's needed?

tony_sologubov 10-20-2014 05:58 AM

Re: paypal Express Checkout - Failure reason:Failure to redirect to PayPal.
 
Hi!

Do you receive this error message when you go live with Paypal? And I expect that if you use it in test mode, Paypal Express Checkout works properly.

If so, please try to apply the following change. Replace the

Code:

protected $apiLiveURL = 'https://api-3t.paypal.com/2.0';

line with the following one:

Code:

protected $apiLiveURL = 'https://api-3t.paypal.com/nvp';

in the classes/XLite/Module/CDev/Paypal/Model/Payment/Processor/ExpressCheckoutMerchantAPI.php file.

Then, you should re-deploy the store and test your Express Checkout again.

Please, let me know if it works out.

Tony.


All times are GMT -8. The time now is 08:31 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.