-1

A startup client of mine is looking to launch a SaaS with multiple features/options that would increase/decrease monthly billing.

The simplest solution would be best.

Jeremy Boyd
  • 5,245
  • 7
  • 33
  • 57

2 Answers2

1

I would check on each login when was the last time the user paid, if it's more than a month ago, you make the user go to a payment page (paypal, a cgi from your client's bank...) and have him pay the amount you calculated from the options he uses this last month.

Maybe a simpler solution is to have the user paying "at the beginning" instead : each month he choose what options/features he will use during the next month and then pay for that.

p4bl0
  • 3,846
  • 1
  • 22
  • 21
1

If you're looking for a third-party system to hook into, Spreedly looks pretty promising.

ceejayoz
  • 176,543
  • 40
  • 303
  • 368
  • This seems to be exactly what i was looking for. Sorry my question was a little hard to read. I'm on site with one client trying to post without being seen for another. – Jeremy Boyd Sep 01 '09 at 13:12