Jump to content

Paypal IPN


doodlebug

Recommended Posts

The URL for IPN you set does not exist on your store, it gets 404 error, I think that's why Paypal is not able to send the IPN data. and you got failed emails.

 

Usually you can set to any URL that does real exist, the payment module itself should override that one by parameter when process payment.

Otherwise, you need to point the URL where the IPN data will be processed. usually something like ,,,,,,/validation.php

the real path is depend on the module you are using.

Link to comment
Share on other sites

Thank you, it's the default paypal mod and I was trying to find the URL through various searches. Going to try a regular URL now and see if that works.

Actually just checked the folders and found it was paypalusa, then there was a file called validation.php so I'm trying that.

Edited by doodlebug (see edit history)
Link to comment
Share on other sites

You do not need to set the IPN with the PayPal module there are many post about this here on the forum, if you are getting the Order at PayPal but it is not registering in the BO the issue is something else.

In most cases when placing an order you are sent to PayPal you make the Payment and when re-directed back to the shop you land on order history instead of order confirmation and all items are still in the cart if this is the case see this post here for a fix if you are using standard payment or payflow.

 

See post 9 & 12

https://www.prestashop.com/forums/topic/502515-paypal-usa-canada-139/

Link to comment
Share on other sites

First as others have said, you do not need to manually configure the IPN URL in your Paypal account.  The module will handle that automatically for you.

 

As for the error, the URL you used was wrong.  it should be ipn.php... not inp.php...

 

NOT CORRECT

https://www.digitaldoodlebug.com/shop/modules/paypal/inp.php

CORRECT

https://www.digitaldoodlebug.com/shop/modules/paypal/ipn.php

Simply log into your Paypal account and removing the IPN Notification URL

Edited by bellini13 (see edit history)
Link to comment
Share on other sites

one more thing need to be pointed out, even you have specified correct IPN URL, https://www.digitaldoodlebug.com/shop/modules/paypal/ipn.php 

if your store is under maintenance mode, Paypal will not be able to send IPN to the URL, because it will be redirect to maintenance page.

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...