从 iPhone 应用程序通过无线方式发送信用卡号码是否合法?
我们遇到过这样的情况:客户希望我们通过 iPhone 应用程序通过 https 向安全网络服务发送 CC 号码。 CC 不会在手机上进行处理 - 只需将其发送到 Web 服务,稍后在服务器上进行处理。
这样做的合法性是什么?苹果还会批准具有此类功能的应用程序吗?信用卡 # 需要应用哪种加密?
谢谢
We have a situation where a client would like us to send a CC number to a secure web service via https from our iPhone app. The CC is not being processed on the phone- it just needs to be sent to the web service where it is later processed on the server.
What is the legality of doing this? Will Apple still approve the app with this kind of functionality? What kind of encryption needs to be applied to the credit card #?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有一个正确的答案,因为安全要求取决于哪种信用卡(万事达卡、维萨卡等),而且看起来您只想传输一张卡号。
您需要遵循 PCI 合规性来传输 CC 编号。
此链接应该让您找到正确的位置:https://www.pcisecuritystandards.org/merchants/ how_to_be_compliant.php
There is no one correct answer, since the security requirements depend on what kind of credit card (Mastercard, Visa, etc.), and it looks like you only want to transmit the one card number.
You are required to follow PCI compliance to transmit the CC number.
This link should get you looking at the right place: https://www.pcisecuritystandards.org/merchants/how_to_be_compliant.php