Django 支付网关
我需要一个最简单的支付网关,用户点击购买按钮输入他的卡详细信息,无论过程包括以非常简单的方式生成我想要的收据。我已经搜索了很多,但我无法理解我正在尝试了解贝宝.. 请给我推荐一个最简单的 django 支付网关。我正在开发一个项目,但我陷入了困境。 提前致谢
I require a simplest payment gateway in which user comes in click on buy button enters his card details and whatever the process includes to generate a reciept i want in a very simple manner.i have searched alot but i am not able to understand i am trying to understand paypal..
please suggest me a simplest payment gateway in django.I am developing a project and i am stuck very badly in it.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单?如果您需要自定义金额 - 可以使用贝宝。阅读此内容:http://uswaretech.com/blog/2008/11 /using-paypal-with-django/ 或 https://github.com/johnboxall/django -paypal
如果您需要更简单的方式,并且不关心严格的付款金额,并且仍然希望轻松捐款,请使用 flattr,那么您需要做的就是添加类似 facebook/digg 的按钮。更多:https://flattr.com
simplest? If you require custom amounts - paypal it is. Read this: http://uswaretech.com/blog/2008/11/using-paypal-with-django/ or https://github.com/johnboxall/django-paypal
If you require even simpler way and you don't care about strict payments amounts and still want easy donations, use flattr, then all you will need to do is to add facebook/digg-like button. More: https://flattr.com