How can I sell data on demand?
January 30, 2007 2:05 PM
Subscribe
I want to sell bits of on-demand data via my home computer and hosted website. What would be a good scheme for doing this without serving up data before it's been paid for?
For all practical purposes, just assume I sell files with historical stock info. As it is, this is a very low-volume operation with maybe no more than one transaction a day, and probably wouldn't generate more than $100-200 a month.
Theoretically my home office computer would monitor for customer orders. If it sees an order, a script would assemble the data off a 500 GB mass storage drive I have and then FTP it to my server, then notify the customer with an email with the filename. Technically this is not a big deal and I know how to do it; I am a programmer by trade.
The problem is that I don't know how to go about making sure the order is paid for and has been authorized. How could my scripts check that the order has been paid for? I don't want people putting in bogus credit card numbers and loading up on free data, or re-using authentication info to get extra data.
Is there a non-ripoff gateway of some kind that might help here without a big expensive account setup? I've seen that Paypal has a functionality where it offers shareware downloads only after a payment has been made. Can this do anything for me?
I already have a merchant account with Cardservice but all transactions are done on a pinpad terminal I have, and I don't think it's helpful here. My system doesn't need to be airtight... there would be a lot of manual monitoring of the system and losing data due to fraud is just a pisser and not a big deal.
posted by stam_broker to computers & internet (7 comments total)
1 user marked this as a favorite
posted by RustyBrooks at 2:25 PM on January 30, 2007