Paypal does support this but you have to send the IPN URL with the paypal submission - as in the following from the Paypal site:
PayPal handles this, by allowing us to add separate “return URL”-parameter in the PayPal form value set going from our apps to PayPal like this: <input type="hidden" name="notify_url" value="[YOURSITEURL_WHICH_HANDLES_IPN]"> <input type="hidden" name="return" value="[YOUR_SITE_URL_WHICH_HANDLES_RETURN_URL]"> <input type="hidden" name="_notify-synch:cmd" value="_notify-synch">\
I found a solution. You can ask Paypal to setup a child account which will have it's own IPN/PDT but work with the same bank account etc., as I understand it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.