IPN issue – feature request
-
I am very happy with this plugin, but I have a problem in that I would like to use the IPN feature, but my company has multiple web sites selling different types of products/services, and PayPal does not allow for setting of multiple IPN listeners in its configuration settings.
In other words, if I set the IPN to the listener on one site, then it cannot be used on any other sites sending payments to the same account.
However, PayPal does allow for a custom IPN listener to be set in the web form itself, through the use of a notify_url specification. See https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNSetup/ for a good explanation of how to code this.
This allows a particular program to specify its own “notify_url” which will override whatever is specified in the PayPal IPN listener settings.
As far as I can tell, the plugin is not currently coded to specify or send the notify_url — but it looks like it is probably an easy modification.
So I am asking that you look into the possibility of adding this feature — I think if you simply set up the form to automatically send the plugin site’s listener URL along with other form data in all cases, it should work whether or not same listener URL is specified on the PayPal backend.
- The topic ‘IPN issue – feature request’ is closed to new replies.