Results 1 to 4 of 4

Paypal sending paypal_ipn error after completion of payment

This is a discussion on Paypal sending paypal_ipn error after completion of payment within the Paypal forums, part of the Payment Modules category; Hi All, I am working on a website in which paypal is working very well. But when paypal complete the ...

      
  1. #1
    Lurker
    Join Date
    Nov 2009
    Posts
    1
    Rep Power
    0


    Default Paypal sending paypal_ipn error after completion of payment

    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 to customer who is paying through paypal. Means customer is getting such a mail I am showing here:

    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:



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

    ****/1.1 200 OK
    Date: Wed, 04 Nov 2009 15:27:48 GMT
    Server: Apache
    Set-Cookie:
    cwrClyrK4LoCV1fydGbAxiNL6iG=zkAG9DzlTtxANy3h_B1q13 kLR2BfW6uyP4yUh89DStvXnAoI
    nHuRjB3bJomOgnl7lctZDk3TU_L78oQzmBN1i2f6hlIVsNJZ7j 38vG6aANpJjxk0YtjAkjDmzvah
    g-B6CYEMDm%7c6XrVSqq9mHKKZp1llJe43TyFG6hR3_oAULg7Wvw HSIkYu7P8dAy4CVJlh64LF2d
    MBLJtPG%7cYSivdzeYUK6_tAegQSUXrffHuz7ykpTY3vkOy-aCGpUtzkqyzlOWrLSvV54CH43wiK
    YGI0%7c1257348468; domain=.paypal.com <****://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 :
    Code:
    <form name="_xclick" action="****s://***.paypal.com/cgi-bin/webscr" method="post">
    
        <input type="hidden" name="cmd" value="_xclick">
    
        <input type="hidden" name="business" value="<?=$pay_email;?>">
    
        <input type="hidden" name="item_name" value="<?=$itm_name;?>">
    
        <input type="hidden" name="item_number" value="<?=$itm_no;?>">
    
        <input type="hidden" name="amount" value="<?=$pp_price;?>">
    
        <input type="hidden" name="custom" value="<? echo $custom_id; ?>">
    
        <input type="hidden" name="no_note" value="1">
    
        <input type="hidden" name="currency_code" value="<?=$pp_cur;?>">
    
        <input type="hidden" name="return" value="****://***.mysite.com/events/pplreturn.php">
    
          <input type="hidden" name="rm" value="2">
    
        <input type="hidden" name="cbt" value="Return to <?=$site_name; ?>">
    
    </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.
    In case , if you need any other code or file code then please tell me here . I will provide here.
    Thanks,

  2. #2
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    Indianapolis, IN
    Posts
    675
    Blog Entries
    1
    Rep Power
    28


    Default Re: Paypal sending paypal_ipn error after completion of payment

    I'm getting the same headache - please help

  3. #3
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    3,126
    Rep Power
    55


    Default Re: Paypal sending paypal_ipn error after completion of payment

    blackhawk,

    Which PayPal module are you using?

    Regards,
    pgmarshall
    _______________________________

  4. #4
    Senior Member blackhawk's Avatar
    Join Date
    Aug 2009
    Location
    Indianapolis, IN
    Posts
    675
    Blog Entries
    1
    Rep Power
    28


    Default Re: Paypal sending paypal_ipn error after completion of payment

    pgmarshall,
    sorry for getting back so late. It turns out I assumed an error but actually the customers line was cutting in an out so he ran the paypal order twice.

    sorry about that

Similar Threads

  1. Replies: 3
    Last Post: 03-08-2008, 03:32 PM
  2. Fatal error: /paypal_ipn.php on line 521
    By monoxide in forum Paypal
    Replies: 6
    Last Post: 10-02-2007, 07:57 PM
  3. Fatal Error after PayPal Payment
    By kopoba11 in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 06-07-2006, 11:21 PM
  4. Help with Paypal IPN. Not emptying cart, not sending email.
    By typhus in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 01-24-2006, 03:05 AM
  5. Payment completion problems
    By WVOz1970 in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 06-06-2005, 06:23 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •