Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

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

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 09-27-2014, 07:02 AM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default 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
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #2  
Old 09-28-2014, 04:29 PM
 
T_Green T_Green is offline
 

Newbie
  
Join Date: Sep 2014
Posts: 2
 

Default 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!
__________________
X-Cart Free 5.1.6
Add to Cart Popup Version: 5.1.5
Bestsellers Version: 5.1.1
Color Schemes Version: 5.1.4
Custom skin Version: 5.1.1
Featured Products Version: 5.1.2
Go Social Version: 5.1.3
Google Analytics Version: 5.1.2
PayPal Version: 5.1.4
Simple CMS Version: 5.1.4
Theme tweaker Version: 5.1.3
TinyMCE integration Version: 5.1.2
Webmaster Kit Version: 5.1.3
X-Payments connector Version: 5.1.4
X-Payments subscriptions Version: 5.1.0
XML sitemap Version: 5.1.4
Reply With Quote
  #3  
Old 09-28-2014, 04:41 PM
 
T_Green T_Green is offline
 

Newbie
  
Join Date: Sep 2014
Posts: 2
 

Default 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?
__________________
X-Cart Free 5.1.6
Add to Cart Popup Version: 5.1.5
Bestsellers Version: 5.1.1
Color Schemes Version: 5.1.4
Custom skin Version: 5.1.1
Featured Products Version: 5.1.2
Go Social Version: 5.1.3
Google Analytics Version: 5.1.2
PayPal Version: 5.1.4
Simple CMS Version: 5.1.4
Theme tweaker Version: 5.1.3
TinyMCE integration Version: 5.1.2
Webmaster Kit Version: 5.1.3
X-Payments connector Version: 5.1.4
X-Payments subscriptions Version: 5.1.0
XML sitemap Version: 5.1.4
Reply With Quote
  #4  
Old 09-29-2014, 01:39 AM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default 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
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote
  #5  
Old 10-06-2014, 10:45 AM
 
bschweitzer bschweitzer is offline
 

Newbie
  
Join Date: Jul 2014
Posts: 2
 

Default 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.
__________________
Hello
Reply With Quote
  #6  
Old 10-14-2014, 06:16 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default 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.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote
  #7  
Old 10-17-2014, 09:51 AM
 
mattreba@oscsys.com mattreba@oscsys.com is offline
 

Newbie
  
Join Date: Mar 2011
Posts: 4
 

Default 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?
__________________
X-Cart 4.4.2
Reply With Quote
  #8  
Old 10-20-2014, 05:58 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default 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.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:56 AM.

   

 
X-Cart forums © 2001-2020