I've been asked to look into a weird paypal problem a colleague is seeing on a Magento site w/r/t to paypal transactions. Specifically, if paypal flags a website payments standard transaction as possibly fraudulent and reverses the charges, it sends Magento a Reversal request via the IPN URL
http://store.example.com/paypal/ipn
which updates the order financials after a reversal and makes a note in the order history.
My colleague is reporting that Magento also attempts to automatically create a credit memo to zero out the order, but that the amounts are always off due to paypal fee charges. Because of this the order can't be closed out, and the stock remains tied up.
Unfortunately this happened months ago and we've gone beyond paypal's 28 day window for IPN logs. I'm setting up a paypal sandbox now to run some test transactions.
Before I get too deep into the code here
Is this a known thing?
Is there a known way to configure, or otherwise programmatically manipulate paypal/magento so this is handled seamlessly
Are there third party programatic solutions that can automatically clean-up these orders?
Any other thoughts, warnings, or gotchas before I wade in too deep are appreciated
Magento Version: 1.5.0.1