我如何安全地处理付费会员资格?
我正在为客户构建一个简单的 Django 应用程序,该应用程序将允许用户注册付费帐户以访问网站的某些部分;但是,除了几个简单的 Paypal 按钮之外,我从未处理过付款处理。
我的问题是,在这种情况下我如何安全地处理和验证付款?
I'm building a simple Django application for a client which will allow for users to register paid accounts to gain access certain parts of the site; however, I've never handled payment processing beyond a few simple Paypal buttons.
My question is, how would I securely handle and verify payments in this situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您或许可以使用 Satchmo 的部分付款代码:
http://www.satchmoproject .com/docs/dev/ payment.html
You might be able to use some of the payment code from Satchmo:
http://www.satchmoproject.com/docs/dev/payment.html