I’m using a python script to encrypt my buttons.
I uploaded my certificate to Paypal and downloaded their public key.
When I sign a button and click on it with the link :
https://www.paypal.com/cgi-bin/webscr
It works.
But now, if I JUST change the url to the sandbox, with the same others values :
https://www.sandbox.paypal.com/cgi-bin/webscr
It doesn’t work, I got this message :
Error Detected
We were unable to decrypt the certificate id.
Is there something am I missing? I can’t find why this doesn’t work!
Thank you for your help.
The certificate will be tied to:
https://www.paypal.com/cgi-bin/webscrIf you want to test in the sandbox you’ll need a 2nd certificate tied to:
https://www.sandbox.paypal.com/cgi-bin/webscrThey’re different URLs – PayPal is correct in reporting an error.