Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ext/modules/payment/paypal/standard_ipn.php - why&how?


doscape

Recommended Posts

A friend got this from paypal:

Hello "Sir".

 

Please check your server that handles PayPal Instant Payment Notifications

(IPN). IPNs sent to the following URL(s) are failing:

 

https://www.his-domain.com/ext/modules/payment/paypal/standard_ipn.php

 

If you do not recognize this URL, you may be using a service provider that

is using IPN on your behalf. Please contact your service provider with the

above information. If this problem continues, IPNs may be disabled for your

account.

 

Thank you for your prompt attention to this issue.

 

 

Thanks,

 

PayPal

 

The thing is that he uses the standard paypal module, "PayPal Website Payments Standard".

and there is no such file there "standard_ipn.php"

What I did is to look up for a new paypal module, and I found this one:

http://addons.oscommerce.com/info/7184

 

Downloaded it, but it doesn't contain such a file as well..

osc_PayPal_v180\catalog\ext\modules\payment\paypal

only rp_ipn.php and express.php

How to handle this?

Link to comment
Share on other sites

It seems paypal has changed the IPN system. Now for every recurring payment, a notice is sent on every payment made to the IPN system. This means any old urls still having recurring payments or new ones will need to handle this differently.

 

For the old urls, a success code is needed to be sent to paypal upon receipt of the IPN, for new IPNs being processed on live IPN links, the system will now need to check the status of the order, and then send emails based on the status that are more clear to the customer.

 

cheers

Peter McGrath

-----------------------------

See my Profile (click here) for more information and to contact me for professional osCommerce support that includes SEO development, custom development and security implementation

Link to comment
Share on other sites

  • 3 weeks later...

Use this contribution :

 

http://addons.oscommerce.com/info/5655

 

 

"standard_ipn.php" such a file on the following path :

 

catalog/ext/modules/payment/paypal/standard_ipn.php

 

 

Please enable PayPal IPN and set the “http://www.yoursite.com/ext/modules/payment/paypal/standard_ipn.php” url in your paypal account profile.

 

 

 

 

 

 

 

Satish

 

 

 

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...