适用于桌面应用程序的信用卡支付解决方案
关于网络应用程序的支付处理器存在大量问题,但我还没有看到针对桌面应用程序的支付处理器。 你有什么经历?
也许将其放在一个小背景下,要求:
- 应该是可定制的
- 至少应该在澳大利亚可用,如果不是全世界(不太重要)。
- 不存储信用卡详细信息
- 时金额不同的定期小额付款
- 每次一键付款 。 用户可以向支付处理提供商注册。
There are a whole raft of questions regarding payment processors for web applications but I haven't seen one yet for desktop applications. What are your experiences?
Perhaps to put this into a little context, the requirements:
- Should be customisable
- Should be available in Australia at least, if not world wide (less critical).
- No storage of credit card details
- Recurrent micro payments of varying amounts each time
- 1-click payment. It's ok for the user to be registered with the payment processor provider.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
除非您正在寻找一个充满伤害的世界,否则您不应该在客户端软件中包含信用卡处理代码! 您可能希望有一个在线组件来响应您的客户端软件事件并处理付款(最好是通过 HTTPS 请求)。
重要的是,您记住永远不要相信来自客户端计算机的任何业务决策/输入! 否则,你可能会让自己受到黑帽子的摆布,他们会用代码让你破产。
Unless you're looking for a world of hurt, you should not have Credit Card processing code in your client software! You might want to have an online component that responds to your client-software events and processes payments, through HTTPS requests, preferably.
It is essential that you remember to never trust ANY business decision / input that comes from the client machine! Otherwise you may be putting yourself at the mercy of black-hats who would code-kong-fu you into bankruptcy.
时代可能在变,但我不认为你能得到以上所有的东西。
几年前,我在北美确实有一些信用卡方面的经验。 当时我工作的公司需要每月不同金额的定期账单(很像您的要求)。 当时,我调查过的提供商均不允许金额变化的定期付款。 这可能已经改变,但我不知道有什么改变。
我怀疑您的选择是要么存储信用卡并处理自己的交易(不是太难,但您必须小心行走),要么使用固定金额的定期计费。
Times may be a changing, but I don't think that you can get all of the above.
I do have some experience a couple years back with credit cards in North America. At the time the company I worked for needed recurring billing for a different amount each month (much like your requirement). At the time, none of the providers I looked into allowed for recurring payments where the amount varied. This may have changed, but I do not know of one.
I suspect your options are either to store credit cards and process your own transactions (not too hard but a path you have to walk carefully) or use recurring billing with a constant amount.
我认为小额支付有点把整个事情都抛在脑后,但为什么不使用 bpay 呢? 我认为澳大利亚的每个人都知道并信任 bpay:http://www.bpay.com.au/
Micropayments sort of throws the whole thing out, I think, but why not use bpay? Everyone in Australia knows and trusts bpay, I think: http://www.bpay.com.au/