Jump to content

Sending data to paypal sandbox


davelearning

Recommended Posts

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?!

 

 

Link to comment
https://forums.phpfreaks.com/topic/226748-sending-data-to-paypal-sandbox/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.