I am aware of how to use paypal IPN to set an inventory after checkout has been completed, but there is one part of IPN I can not figure out.
When the user clicks "checkout with paypal" on the website, I would like to set the contents of the cart to "reserved" so that they are temporarily removed from inventory. Then, after a successful checkout, I will use IPN to permanently remove these items from the inventory. HOWEVER, if the user decides not to follow through with the paypal payment, my items are left in "reserved" limbo. IPN will not, as far as I know, report back to the site that the checkout session timed out or was terminated.
How can I get my inventory out of reserved and back on the site if a user bails out during paypal checkout, or walks away from their computer and lets the checkout session timeout?