PayPal IPN is the one of the payment module where IPN stands for "Instant Payment Notification". Whenever a payment transaction take place an IPN sent to the oscommerce's IPN file of osCommerce site. The IPN handles the bluffing and hacking of payment information. In this module customer makes payment on PayPal site and then returns back to webstore.
Contributions can be find here:
The official support thread can be find here:
http://forums.oscommerce.com/topic/179917-official-paypal-ipn-support-thread
Flow of osCommerce Paypal IPN Module:
When an order placed, it is instantly stored in the osCommerce database with order status pending (This can be made through admin configuration).The IPN is posted to IPN file irrespective to customer returns back to web store or not. The IPN file checks for the fraudulence, if all is okay will update the order status to processing. This can be controlled through admin.
So this module takes care of the following issues:
1) Even customer did not return back to the site, the order will get populate in admin.
2) If someone one bluff with order amount paying lesser amount the order status will not get updated.
|