Here is my setup: A user logs into their account on my site The user clicks the "Buy Now" The user completes the purchase, IPN is sent My server validates the IPN successfully. This works perfectly except I have no way of marking my user's account as payed. My IPN script is without access to the user's session cookie, which is making it difficult to mark the user's account as payed. Is there anyway I can mark my users account as payed via the IPN message? Thanks in advance...
... View more