如何在我的购物车项目中验证万事达卡和维萨卡?
- 我的团队在购物车项目中工作
- 我们已经集成了第一个数据支付网关
- 现在我们想要验证主卡和签证
- 我需要根据下面给出的链接来验证主卡 SecureCode
- http://www.mastercard.com/us/personal/en/cardholderservices/securecode/how_it_works.html
- 请提供任何 api 或执行相同操作所需的信息
- My team working in a shopping cart project
- We have integrated First data payment Gateway
- Now we want to verify the master card and visa
- I need to authenticate the master card SecureCode based on the link given below
- http://www.mastercard.com/us/personal/en/cardholderservices/securecode/how_it_works.html
- Please provide any api or necessary information for doing the same
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
要验证信用卡是否合法:
To validate a credit card is legitimate:
嗯,恕我直言,无论如何你都需要一个支付提供商来使用信用卡支付——他们会给你一种 API 来检查数据。
Hum, imho you need a payment provider to use credit card payment anyway - they'll give you a kind of api to check the data against.
为了至少验证代码是否有效,您可以尝试一下:
http://www.notesbit .com/index.php/web-mysql/web-scripts/luhn-algorithm-in-c/
To at least validate the code is valid you can give this a try:
http://www.notesbit.com/index.php/web-mysql/web-scripts/luhn-algorithm-in-c/
http://www.mobilefish.com/services/credit_card_number_generator/credit_card_number_generator.php
检查之前的链接,它包含对 luhn alog 的良好描述,并且有信用卡生成器
http://www.mobilefish.com/services/credit_card_number_generator/credit_card_number_generator.php
Check previous link it contains good description for luhn alog and have credit card generator