用于付费订阅的安全网络模块
我正在建立一个网站(像 digg 这样的社区网站),但我们很快就会发布一项人们需要付费的新功能。
目前,我们的网站采用 .NET 中的纯 C# 语言,非常简单的页面,带有一些 AJAX。会员登录时,没有HTTPS。一切都通过会话和我所做的内部验证进行检查。
我们需要的是,当人们登录时,他们可以点击链接进行付款(Paypal、信用卡等)。付款完成后,“计费模块”将向我的网站返回一个值以验证付款已完成,以便该帐户将被标记为“付款会员”。我猜这就是方法,也许我错了!
所以我的问题是: - 这种计费模块的名称是什么? (我会对此做一些研究) -你知道有什么现成的模块可以做这种事情吗? -(我碰碰运气)你知道有什么免费模块可以做这种事情吗?
如果有不清楚的地方,请随时提问:)
********编辑**************** 有些人建议我 paypal IPN,在我关闭这篇文章之前还有什么吗?
多谢!
I'm building a website (a community web site like digg) but we will soon release a new feature that people will need to pay for.
Right now, our website is in pure C# in .NET, very simple pages with some AJAX. When the member log in, there is no HTTPS. Everything is check with session and the internal validation that I do.
What we need, is that when the people are logged in, they can click on a link a proceed to a payment (Paypal, credit card, etc). After the payment is done, the "billing module" will return a value to my site to validate that the payment is done so the account will be flagged as "paying member". I'm guessing this is the way to do, maybe I'm wrong!
So my questions are:
-What is the name of this kind of billing module? (I will do some research on that)
-Do you know any ready to go module that does this kind of thing?
-(I push my luck) Do you know any FREE module that do this kind of things.
If something is not clear, don't hesitate to ask question :)
********EDIT****************
Some people suggest me paypal IPN, is there anything else before I close this post?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Paypal IPN 应该可以完成这项工作
Paypal IPN should do the job