Paypal IPN Check

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Paypal IPN Check

Postby admin » Tue Aug 12, 2014 1:22 pm

Hello, if you are getting pending orders when using Paypal standard method, you may want to check the underlying reason within Paypal.com.

Please follow these steps:

History -> IPN History
Image

Click on the Message ID link:
Image

Check http response code:
Image

Or other details.

If the code is not 200, then you got a problem. See the list here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

404: Page not found, - maybe a https or subdomain problem
500: Php fatal error usually - check your php error logs
50x: Usually blocked by your internal proxy, maybe http1.0 is not allowed or Paypal's user agent is not accepted by htaccess or web server configuration
3xx: Some redirect -> your SEF or htaccess did a redirect which broke the IPN message

Best regards, Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Paypal IPN Check

Postby admin » Tue Aug 12, 2014 1:28 pm

You also may need to check if IPN is enabled in general:

Image

A proper vm2 IPN url is:
Code: Select all
http://www.yourdomain.com/index.php?option=com_virtuemart&view=pluginresponse&task=pluginnotification&tmpl=component&lang=en-GB

(customize your https/http settings and your lang)

Best Regards,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2