Forum Moderators: buckworks
I have a website that needs to sell an eBook (via paypal). Right now it simply uses a buy button, but I want to make it automated so the buyer can pay and then download the file without me being involved.
Can you recommend a solution? PM me if posting a url is a violation.
If any programming is involved, I need PHP (and I have my own servers).
Thanks!
So far our tests have been good, but we're not live yet so I don't have any first hand experience to relate.
All you have to do is log into Paypal, go to Merchant Tools > Buy Now Buttons > Further Options, and where you see the Successful Payment URL, simply enter your download URL.
You should ensure in the previous screen that your button has been encrypted. This ensures that no one can see the download URL and $ amount from the code on your website.
Make sure too you have a good (digital rights management) DRM in place - If you are using such a system, and want it automated as well, then the Successful Payment URL would be the URL of your DRM registration page.
Good luck!