PHP 身份验证并按月计费
我的一个初创客户希望推出一款具有多种功能/选项的 SaaS,从而增加/减少每月的账单。
最简单的解决方案是最好的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在寻找可连接的第三方系统,Spreedly 看起来很有前途。
If you're looking for a third-party system to hook into, Spreedly looks pretty promising.
我会检查每次登录用户最后一次付款的时间,如果是一个多月前,您让用户转到付款页面(paypal,来自您客户银行的cgi...)并让他付款您根据他上个月使用的期权计算出的金额。
也许一个更简单的解决方案是让用户“在开始时”付费:每个月他选择下个月将使用的选项/功能,然后付费。
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.