944,168 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1076
  • PHP RSS
Nov 6th, 2009
0

Paypal is sending message invalid or bad order ??

Expand Post »
Hi All,

I am working on a website in which paypal is working very well. But when paypal complete the transaction it sends some "Inavalid or Bad order" Like this type of mail . Means customer is getting such a mail I am showing here:

Quote ...
Subject: [Wed Nov 4 9:27:48 CST 2009] paypay_ipn error


Bad order (PayPal says it's invalid)

The following input was received from (and sent back to) PayPal:



http://www.paypal.com/cg...mp;cmd=_notify-validate

HTTP/1.1 200 OK
Date: Wed, 04 Nov 2009 15:27:48 GMT
Server: Apache
Set-Cookie:
cwrClyrK4LoCV1fydGbAxiNL6iG=zkAG9DzlTtxANy3h_B1q13kLR2BfW6uyP4yUh89DStvXnAoI
nHuRjB3bJomOgnl7lctZDk3TU_L78oQzmBN1i2f6hlIVsNJZ7j38vG6aANpJjxk0YtjAkjDmzvah
g-B6CYEMDm%7c6XrVSqq9mHKKZp1llJe43TyFG6hR3_oAULg7WvwHSIkYu7P8dAy4CVJlh64LF2d
MBLJtPG%7cYSivdzeYUK6_tAegQSUXrffHuz7ykpTY3vkOy-aCGpUtzkqyzlOWrLSvV54CH43wiK
YGI0%7c1257348468; domain=.paypal.com <http://paypal.com/ > ; path=/
Set-Cookie: cookie_check=yes; expires=Sat, 02-Nov-2019 15:27:48 GMT;
domain=.paypal.com; path=/
Set-Cookie: navcmd=_notify-validate; domain=.paypal.com; path=/
Set-Cookie: navlns=0; expires=Tue, 30-Oct-2029 15:27:48 GMT;
domain=.paypal.com; path=/
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

INVALID
And for this integration part i am using this code in integration. I am showing here :
PHP Syntax (Toggle Plain Text)
  1. <form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
  2.  
  3. <input type="hidden" name="cmd" value="_xclick">
  4.  
  5. <input type="hidden" name="business" value="<?=$pay_email;?>">
  6.  
  7. <input type="hidden" name="item_name" value="<?=$itm_name;?>">
  8.  
  9. <input type="hidden" name="item_number" value="<?=$itm_no;?>">
  10.  
  11. <input type="hidden" name="amount" value="<?=$pp_price;?>">
  12.  
  13. <input type="hidden" name="custom" value="<? echo $custom_id; ?>">
  14.  
  15. <input type="hidden" name="no_note" value="1">
  16.  
  17. <input type="hidden" name="currency_code" value="<?=$pp_cur;?>">
  18.  
  19. <input type="hidden" name="return" value="http://www.mysite.com/events/pplreturn.php">
  20.  
  21. <input type="hidden" name="rm" value="2">
  22.  
  23. <input type="hidden" name="cbt" value="Return to <?=$site_name; ?>">
  24.  
  25. </form>

So I am not understanding the why my customer or Paypal is sending this mail . Please help me to solve this issue . This is so urgent for me very soon.

Is it possible that we have to put in an IPN? But how ? and where I can put this ??
Please help me.
Thanks,
Kparas
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Kparas is offline Offline
5 posts
since Nov 2009
Nov 6th, 2009
0
Re: Paypal is sending message invalid or bad order ??
IPN with PayPal is not as hard as it sounds...There's a great PHP library out there that supports it with reasonable docs: Micah Carrick's Paypal Class. I put this on my site and the IPN code is pretty straightforward, but you may want to read the PayPal documentation about the returned data as background.
Reputation Points: 14
Solved Threads: 2
Light Poster
Cronless is offline Offline
29 posts
since Sep 2009
Nov 7th, 2009
0
Re: Paypal is sending message invalid or bad order ??
Thanks for reply,

I have seen which link you given. But i did not get answer or solution in my code. Please help me . I am new in Paypal integration. I did not find solution for that. Please help me to solve this exactly. Where i will have to change in my paypal code which is given above.

I need it very soon.

Thanks
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Kparas is offline Offline
5 posts
since Nov 2009
Nov 7th, 2009
0
Re: Paypal is sending message invalid or bad order ??
It will be quicker for you to use the paypal class than to figure out what is wrong with your code.

If you had provided all of the code set up to use the PayPal sandbox then it would be easy to take that code and duplicate the error. What you have provided isn't sufficient to do that. There is definitely more that you need to make IPN work so I assume that you have other code that you haven't provided.
Reputation Points: 210
Solved Threads: 228
Nearly a Posting Virtuoso
chrishea is offline Offline
1,389 posts
since Sep 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Plugin could not be activated because it triggered a fatal error.
Next Thread in PHP Forum Timeline: Make HTML page through PHP script





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC