Hi everybody,
I hope you're all doing great. This time I've got a question about IPN's and refunds. Here's the scenario:
Let's say the "default IPN script URL" for my PayPal account is http://www.myprimarywebsite.com/process-paypal-ipn.php
However, I also sell some stuff on http://www.myotherwebsite.com/. When users purchase something on this website, I use the "notify_url" parameter in the HTML of the payment form to make sure PayPal sends the IPN to the following (custom) address on the same website: http://www.myotherwebsite.com/another-paypal-ipn-script.php.
Okay, so someone purchased something on MyOtherWebsite.com. Now they want a refund and I grant them the refund. Where does PayPal send the IPN in this case? Does it send the notification to the general IPN URL of my PayPal account (http://www.myprimarywebsite.com/process-paypal-ipn.php) or to the IPN script that's associated with the actual refunded transaction (http://www.myotherwebsite.com/another-paypal-ipn-script.php.)?
Thank you very much in advance,
I sincerely appreciate it! :)
Edit: I somehow posted this in the wrong section, I meant to post it in the "IPN" section ... Sorry. I'd love to hear your answers anyway!