Is there any way to get paypal IPN working on multiple sites ? I don't see anything like that in paypal control panel so thought of asking
sure!! I use it all the time and works! just specify your IPN script inside your form like this example <input type="hidden" name="notify_url" value="http://www.your Domain.com/paypalIPN.php">
The url you have in your paypal account is just the default behavior. yes... you can leave it blank.. but it really does not matter. Just ignore it and set the url in the script code. The url in script code overrides the settings in paypal account.