davelearning Posted February 5, 2011 Share Posted February 5, 2011 Hi all, This is driving me insane! Basically I am simply trying to setup a reoccurring payment, in live and sandbox I get an error once I submit login details The link you have used to enter the PayPal system is invalid. Please review the link and try again. The code I am sending to paypal is: header("location: https://www.sandbox.paypal.com/cgi-bin/webscr? cmd=_xclick-subscriptions& [email protected]& item_name=Item1& a3=3.00& p3=30& t3=D"); My sandbox account is '[email protected]', I really cant see what the issue is! It will show the payment screen, but error occours after logging in with sandbox details, the same if I run to the live site and use an real paypal account Any ideas? EDIT: This iswhat a view source on the error page looks like: s.prop1="xpt/Merchant/hostedpayments/Error"; s.prop6="6FW885512W222534S"; s.prop7="Personal"; s.prop8="Verified"; s.prop9="Unrestricted"; s.prop10="US"; s.prop14="The link you have used to enter the PayPal system is invalid. Please review the link and try again."; s.prop16=""; s.prop34="PayPalCredit:Servicing:CO:NoTransactions"; s.prop15=""; s.pageName="xpt/Merchant/hostedpayments/Error::_flow"; s.prop50="en_US"; s.prop18=""; That mean anything to anyone?! Quote Link to comment https://forums.phpfreaks.com/topic/226748-sending-data-to-paypal-sandbox/ Share on other sites More sharing options...
davelearning Posted February 5, 2011 Author Share Posted February 5, 2011 Ok quick update, I got it working in sandbox by creating a buyers account, d'oh! However I still get the same error when moving over to a live account Quote Link to comment https://forums.phpfreaks.com/topic/226748-sending-data-to-paypal-sandbox/#findComment-1170128 Share on other sites More sharing options...
davelearning Posted February 5, 2011 Author Share Posted February 5, 2011 In fact, ignore me completely, it helps if you can enter the right email address! Quote Link to comment https://forums.phpfreaks.com/topic/226748-sending-data-to-paypal-sandbox/#findComment-1170129 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.