Page 1 of 1

REQ: Paypal/Donation BLock with IPN Support

Posted: 13. April 2009 02:33
by VSE
This is a simple request (I usually make this mod to the Paypal/Donation blocks by hand).

Please add the hidden Paypal variable "notify_url" to the Donation blocks so that we can use Paypal's Instant Payment Notification (IPN) system.
I would love if this were actually added to the ACP Paypal section, so you can enter your IPN target URL in the ACP.

True, IPN can be enabled in your Paypal account, but some people, myself included, would rather trigger IPN by using the variable in our Paypal Donation forms, ie:

Code: Select all

<input type="hidden" name="notify_url" id="notify_url" value="http://www.yoursite.com/process-my-ipn.php">
It would be great if "http://www.yoursite.com/process-my-ipn.php" could be set in the ACP.

Re: REQ: Paypal/Donation BLock with IPN Support

Posted: 11. August 2009 22:12
by MrBaseball34
I am working on this mod at this time and should be done soon.