I have a paypal_ipn setup on my server, currently I am thinking of setting up an account based token system and restrict the token to 1 time login. Though I was wondering if its possible to attach a token to the download itself.
So it would go like this, user pays in paypal, then user is redirected to successful page after ipn verification. An email will be sent via backend automatically with the download link and token, that token should delete and the download unaccessible after the download is complete?
I want able to find clear resource of this procedure, any advice how to achieve such funcionality? Alex