Where do i find a list of dummy credit card numbers?

只愿长相守 提交于 2019-12-07 17:29:26

Different credit card companies use different checksums to do an initial validation of the card (make sure it's a valid format for that brand of card).

You can find info Here on the different checksums used

EDIT: To clarify, I would perhaps validate using this kind of approach, it can't prove the fact that it is a valid credit card, just a valid format.

From the looks of it, you are in trouble! Because I just found a valid CC number generator. (Not tested though).

Maybe apart from the very basic ones, you'll actually have to validate a CC after all.

http://mediakey.dk/~cc/wp-dyn/credit-card-number-generator.php

Here is another link

http://www.paypalobjects.com/en_US/vhelp/paypalmanager_help/credit_card_numbers.htm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!