Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What url to use for paypal ipn?


Snuggles

Recommended Posts

I put that url in PayPal's IPN...http://myname.com/catalog/checkout_succss.php and it still doesn't work.

 

Here's what I've done....

downloaded the oscommerce 2.2 milestone 2 paypal ipn payment module v1.0 file

copied it into the catalog

enabled IPN in PayPal

 

Am I supposed to be doing anything else?

Link to comment
Share on other sites

IPN return url is:

 

If you use SSL:

 

https://www.mydomain.com/ext/modules/payment/paypal_ipn/ipn.php

 

Otherwise:

 

http://www.mydomain.com/ext/modules/payment/paypal_ipn/ipn.php

 

Add catalog to path if applicable.

Your online success is Paramount.

Link to comment
Share on other sites

That's what I had the first time that didn't work....

http://www.mydomain.com/ext/modules/paymen...pal_ipn/ipn.php

 

But I use a shared ssl. I didn't have the https in the url I tried. Would that make it so it wouldn't work? I do have a secure site just not my own certificate but a shared one.

 

If it try it again only using the https would that solve the problem?

Link to comment
Share on other sites

Instant Payment Notification (IPN)  On

Instant Payment Notification (IPN) URL:  http://www.yourdomaingoeshere/checkout_success.php

 

 

Obviously you need the correct path for your checkout_success.php

I copied the checkout_success.php to my root so the url I typed in Paypal was:

 

http://www.mydomain/checkout_success.php

 

and that works fine for me however you may need to https://www.mydomain/checkout_success.php instead of http://www.mydomain/checkout_success.php

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...