Paypal not calling IPN script at all on my web server -


I am trying to use PayPal IPN on a website.

  • The payment works and is marked as "complete"
  • The return URL works
  • An email is sent to the payment

    But it seems that PayPal does not speak to the IPN script when checking with Warhark, when payment is sent, there is no communication with my website is.

    1. It may be because this communication is embedded within an SSL communication and non-secure HTTP

    2. Can the server refuse to process IPN from PayPal?

      I thought this box, but it does not seem that it does not reach my server, and PayPal does not do something like "your server has IPN Infos Refuse to receive ". So PayPal is not calling the IPN script.

      I am 99% sure my request is in the right place, but here's the button I created:

         
      input type =" hidden "name =" BN "value = "PP-Buy NOUBF"> Input Type = "Image" src = "https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif" limit = "0" name = " Submit "alt =" Pay with PayPal - it's fast, free and secure! "& Gt; & lt; img alt =" "border =" 0 "src =" https://www.paypal.com/en_US/i/scr/pixel.gif "width =" 1 "height =" 1 " & Gt; & lt; / form & gt;

      Do you make sure that IPN enabled?

      Account - & gt; My Profile - & gt; Instant Payment Notification Preference

      Second I will check the IPN history

      Account - & Gt; History - & gt; IPN History

      This allows you to view the situation and send it again.

      • I assume that you go to it first Using sandbox to filter.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -