php - paypal sandbox testing not working -


i'm doing paypal sandbox testing i'm not able that. i'm using dummy creditcard numbers, everytime error. i've attached image of error.

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" name="frmpaypal1">     <input type="hidden" name="business" value="abc-facilitator@ratufa.com">     <input type="hidden" name="cmd" value="_xclick">     <input type="hidden" name="item_name" value="phpgang payment">     <input type="hidden" name="item_number" value="1">     <input type="hidden" name="credits" value="510">     <input type="hidden" name="userid" value="1">     <input type="hidden" name="amount" value="10">     <input type="hidden" name="cpp_header_image" value="http://www.phpgang.com/wp-content/uploads/gang.jpg">     <input type="hidden" name="no_shipping" value="1">     <input type="hidden" name="currency_code" value="usd">     <input type="hidden" name="handling" value="0">     <input type="hidden" name="cancel_return" value="http://localhost/paypal/cancel.php">     <input type="hidden" name="return" value="http://localhost/paypal/success.php">     <input type="image" src="https://www.sandbox.paypal.com/en_us/i/btn/btn_buynowcc_lg.gif" border="0" name="submit" alt="paypal - safer, easier way pay online!">     <img alt="" border="0" src="https://www.sandbox.paypal.com/en_us/i/scr/pixel.gif" width="1" height="1"> </form>  

enter image description here

enter image description here have tried lot of dummy credit cards numbers many sites. none worked me. error every time or 1 more error

this credit card linked other email address.

i changed email address too. i'm using paypal business acount abc-facilitator@gmail.com


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -