PDA

View Full Version : eCommerce Solution for buying credits



Todd W
06-28-2007, 11:49 PM
So, I want to be able to sell "credits". Something simple that if a person spends $20 they get 20 credits, etc. I could program something to use paypal's IPN but I'm hoping there's something out there already.

I basicaly just need the ability to make "buy" buttons, and then determine how much they spent when the server sends them back to my site, I can code it to save the credits in the db etc.

I don't want a shopping cart because I don't want to have a seperate DB of users than the current system I already use.

Does anyone know of any basic software like this?

I want it for paypal and whatever else CC gateway accepts it... I'm thinking PayPal & Google Checkout may be enough.

Todd W
06-28-2007, 11:59 PM
Found a really nice one for paypal on hotscripts going to give it a shot :)

-Todd

Todd W
06-29-2007, 01:24 AM
Got it working :yawnb:

Chris
06-29-2007, 05:47 AM
Well if you don't need help you shouldn't post..... ;)

In anycase, Stymiee has a tutorial/free code somewhere about using the Authorize.net API, I figured this would be an easy thing to make using that.

Todd W
06-29-2007, 11:19 AM
Well if you don't need help you shouldn't post..... ;)

In anycase, Stymiee has a tutorial/free code somewhere about using the Authorize.net API, I figured this would be an easy thing to make using that.

I'm just so speedy ;) I solve my own problems.


Sweet, I def. want to use authorize.net in the future for 'raw' CC processing.

Thanks
-Todd