如何验证信用卡号和卡代码验证 (ccv)
我正在使用authorize.net {aim}作为付款网关。
我使用过 http://www.johnconde .net/blog/tutorial-integrating-the-authorizenet-aim-api-with-php/ 类并成功工作,没有错误。
但我的客户需要验证 ccv [卡代码验证]。
任何人都可以帮忙解决这个问题吗?
我正在使用开发者帐户的测试授权。
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,所以在最初无法理解所要求的内容之后,我认为以下内容应该有所帮助。
http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Validating-Credit-Card-Information-Part-3-of-3-CVV-Numbers/ ba-p/7657
该帖子提供了一些验证 CVV 号的代码。它显然不能告诉你它是否正确。
希望这有帮助。
Right, so after some initial fail on understanding what was being asked for, I think the following should help.
http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Validating-Credit-Card-Information-Part-3-of-3-CVV-Numbers/ba-p/7657
The post provides some code that validates a CVV number. It obviously can't tell you if it's correct or not though.
Hopefully that helps.