biggieuk Posted May 7, 2009 Share Posted May 7, 2009 Hi all, I am automating a paypal transaction window via my website using the following url: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=MyProduct&item_number=1&amount=14.99&return=http://mywebaddress.return.com¤cy_code=USD¬ify_url=http://mysite.com/ipn.php The bold text shows the sensitive data i don't want the user to be able to change. Is there a PHP function to decrypt a URL so that the user cannot edit a link to the paypal system? thanks for any help with this. Dan Link to comment https://forums.phpfreaks.com/topic/157160-encrypt-a-url-for-paypal-transaction/ Share on other sites More sharing options...
sKunKbad Posted May 7, 2009 Share Posted May 7, 2009 You could use cURL, and the URL could be generated within PHP, and validated by PHP. Link to comment https://forums.phpfreaks.com/topic/157160-encrypt-a-url-for-paypal-transaction/#findComment-828113 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.