Sample Credit Card Numbers for Testing Credit Card Functionality

In our previous article ‘How to test Credit Cards validity in C#. Sample code.’ at http://softfern.com/NewsDtls.aspx?id=128&catgry=103
We provided code which checks validity of Credit Cards and can be used at Checkout web page. Now we give some valid credit card numbers which can be used to test your code.
Use the following credit card numbers to test a Web site's credit-card purchasing functionality. These credit card numbers validate properly, but are not actually in use
Visa
4111111111111111
4564456445644564
4222222222222
4007000000027
4012888888881881
MasterCard
5555555555554444
5105105105105100
5111-1111-1111-1118
5430489999999992
American Express
378282246310005
371449635398431
343434343434343
376000000000006
371144371144376
341134113411347
Diners Club
30569309025904
38520000023237
36123456789013
Discover
6011111111111117
6011000990139424
JCB
3530111333300000
3566002020360505






Similar topics:
How to test Credit Cards validity in C#. Sample code
GUID formats and length.
How to hide (disable) ControlBox?
How to test string for an Integer?
How to test string for a number?
Drag and drop a file in C# - easy
Adding and Remowing Connections to Microsoft SQL server
MS SQL server - connections and Connection Pooling
Usage of Unsafe Code in C#
Pointers Basics
Unsafe Code Usage in C#
Unsafe Code in C#