Best solutions for setting up a pay-per-download video service?
August 24, 2006 1:16 PM
Subscribe
I'm an expert web developer looking to set up my own pay-per-download video service, preferably on a PHP platform. I'll need to be able to provide users with the ability to easily pay for purchases and receive limited access to download their purchased content.
I've investigated some pre-baked PHP script options, as well as some micropayment services like BitPass. Ideally a BitPass-esque solution would be perfect, because it would take the delivery/payment processing architecture off my hands, but it's questionable to me whether the BitPass service agreement excludes adult content. My search-fu has turned up contradictory information on this subject, and although the BitPass service agreement doesn't appear to exclude adult-themed content, I'm skeptical.
Has anyone worked with any good (preferably open source) PHP cart solutions that might automate some of the processes that I'm going to need to implement, such as download link generation?
Also, in the realm of payment processing and micropayments, have any of you had any experience in this area? I'd like to get some recommendations for services that would allow me to automate content delivery and payment, while still having a fairly liberal policy in regard to material intended for mature audiences.
posted by superboy422 to computers & internet (10 comments total)
1. Download the PayPal API or the Verisign API or the API for whatever payment platform you use.
2. Make sure to download them for anything OTHER than PHP.
3. Stop Using PHP
posted by judge.mentok.the.mindtaker at 1:29 PM on August 24, 2006