Forum Moderators: coopster
Once again i am here and need your help
i am dealing with paypal first time in my life even never used as an end-user.
I have to integrate shopping cart with paypal and then take action upon resulted Post vars..the following form i am using for sending posting vars
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="myid@paypal.com">
<input type="hidden" name="item_name" value="IPN Test">
<input type="hidden" name="amount" value="0.01">
<input type="hidden" name="return" value="http://www.mybusiness.com/file.php">
<input type="hidden" name="notify_url" value="http://www.mybusiness.com/ipn.cgi">
(note: the field above is not required if the IPN URL was set in your account profile)
<input type="image" src="http://images.paypal.com/images/x-click-butcc.gif" name="submit">
</form>
i tried to check with a Testing site(http://www.eliteweaver.co.uk/cgi-bin/webscr) but its giving error that Vars are not posted
Please help me to solve this issue..what think am I missing?how could I test without any paypal account?
and after submitting ..its showing the following message
IPN notification process complete
PayPal returned: INVALID POST
Error code 501. Possible fraud. Error with receiver_email. receiver_email = email@business.com
Error code 502. Possible fraud. Error with REMOTE IP ADDRESS = 203.135.30.226 . The remote address of the script posting to this notify script does not match a valid PayPal ip address
-i asked my friend whos in Paris to run the script but its giving same error to him
whats wrong?is it some problem with script or account