Button Link Error “encrypted_cross_dispatch=”
-
When the user clicks the button on the site, the following message appears at the URL:
https://ipnpb.paypal.com/cgi-bin/webscr
“encrypted_cross_dispatch=0XxmEYQZCCvvS9xFhmAlcOBNRPWGtQd5vrH0ObYXID8wQo7jLtJPeo3yqJRFbkScZWXT5zvvamAy6LND4uHFLR4ohRrSkE3E9_6T0G”
We’ve double checked the settings for the button and the shortcode.
Any indication as to what we need to do to resolve this error and get the button working again would be great.
Thom Prati
Lead Developer
FingerLakes1.com, Inc.
-
All you need to do is change the redirection url to this https://www.paypal.com/cgi-bin/webscr instead of https://ipnpb.paypal.com/cgi-bin/webscr
I am having this same exact issue and my redirect URL is the following:
$PAYPAL_URL = “https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=”;
It was working before and only stopped a few days ago.
Hi
Same issue here, suddenly stopped few days ago.Hi
I am having the same issue. Is there a solution coming for this issue?Sadly, I did what Dmitry (@outlawgt) said and replaced ipnpb. with www. everywhere.
I would hope that the plugin author does the same and when they update it, my fix gets overwritten with their fix.
I got the info from paypal itself on this thread it worked for me.
https://www.paypal-community.com/t5/PayPal-HTML-Buttons/E-commerce-Payment-Error/td-p/1192379
@outlawgt, I saw your answer above (see it quoted below) but not sure, where should I change this URL? Is it in Paypal page or your plugin settings?
So far I changed this URL in plugin php files and looks like it’s working just fine, but would like to know if there is any other place I have to change it.All you need to do is change the redirection url to this https://www.paypal.com/cgi-bin/webscr instead of https://ipnpb.paypal.com/cgi-bin/webscr
Is it in Paypal page or your plugin settings?
In the plugin. Just search for ipnpb. and replace with www.
The topic ‘Button Link Error “encrypted_cross_dispatch=”’ is closed to new replies.