PayPal sandbox not working

Evgeniy
Contributor
Contributor

Hi,

My Sandbox not working. It was working well and I did not touch anything and it was broken. 

 

Here is the test URL: Link.

 

And here is the code: 

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" class="et_pb_contact donateform">
<div class="dform">
<input type="hidden" class="ecard" name="ecard_id" value="<?php the_ID(); ?>">
<input class='input to' type='hidden' name='to' value="<?php echo $to; ?>">
<input class='input toname' type='hidden' name='toname' value="<?php echo $toname; ?>">
<input class='input from' type='hidden' name='from' value="<?php echo $from; ?>">
<input class='input fromemail' type='hidden' name='fromemail' value="<?php echo $fromemail; ?>">
<input class='input msg' type='hidden' name='message' value="<?php echo $msg; ?>">
<input class='input schedule' type='hidden' name='schedule'>

 

It redirects me to the correct PayPal sandbox URL where I put my sanbox credentials and after that it redirects me to: 

 

https://www.sandbox3.paypal.com/us/cgi-bin/webscr?cmd=_donations_post_ul&SESSION=e1mrON3FMt28GVPi8Zn...

 

I don't understand why it redirects me to https://www.sandbox3.paypal.com/ which is not live. 

 

Thanks in advance. 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.