Magento – PayPal IPN postback failure

magento-1.5paypal

Earlier I was facing PayPal IPN postback failure issue in my Magento store version 1.5.1.0 I am using Paypal Website Payment standard method.

I have fixed this issue using link http://www.dhmedia.com.au/article/debugging-paypal-ipn-postback-failures-magento

Now from few days back I started getting same issue again for some paypal orders and it is quite random, for some users it is coming and for others it is working fine.
Also we are using SSL on our store.

What can be the probable issues and how can I track this?

Best Answer

The easiest solution to this issue with Paypal IPN is to use this extension:

http://www.magentocommerce.com/magento-connect/mage-paypal-ipn-notification-alerts.html

Ensure to follow the instructions after installation to change your PayPal IPN address to:

http://www.YOURSTORENAMEHERE.com/paypalipn/ipnlistener.php

in your Paypal settings.

Related Topic