信用卡处理示例
任何人都可以引导我到一个地方,在那里我可以找到使用 mySql 和 PHP 的信用卡处理系统的模拟实现吗???只是想使用一些示例信用卡号码等来检查系统是如何工作的。
谢谢。
Can anyone direct me to a place where I can find a mock implementation of Credit Card processing system, using mySql and PHP??? Just want to check out how the system works, using some sample credit card numbers and stuff.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
每个实现都有一些特定的示例卡。比如 Paypal 或 google Checkout。除此之外,每个 CC 公司都有自己的。
Paypal:
(注意:尽管该号码的字符数与其他测试号码不同,但它是正确且有效的号码。)
处理器特定卡
Google 结账测试卡。
Each implementation has some specific sample cards. Like Paypal or google Checkout. Apart of this each CC company has its own.
Paypal:
(Note: Even though this number has a different character count than the other test numbers, it is the correct and functional number.)
Processor-specific Cards
Google checkout test cards.
概要,注意:不同的提供商可能会也可能不会要求进一步的步骤。
An outline, note: different providers may or may not ask further steps.