<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oracle of ONE1 &#187; credit card</title>
	<atom:link href="http://dvector.com/oracle/tag/credit-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Wed, 31 Aug 2011 21:25:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Credit Card Numbers</title>
		<link>http://dvector.com/oracle/2008/06/26/testing-credit-card-numbers/</link>
		<comments>http://dvector.com/oracle/2008/06/26/testing-credit-card-numbers/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 03:59:36 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=50</guid>
		<description><![CDATA[In development work, you must always test your functions or expressions for proper results. For credit cards, there are some numbers that are NOT REAL numbers but will verify properly in developmental tests.

Testable Credit Card Numbers

	
	
		Card Type
		Card Number
	
	
	
		Master Card (16 Digits)
		5105105105105100
	
	
		Master Card (16 Digits)
		5555555555554444
	
	
		Visa (13 Digits)
		4222222222222
	
	
		Visa (16 Digits)
		4111111111111111
	
	
		Visa (16 Digits)
		4012888888881881
	
	
		American Express (15 Digits)
		378282246310005
	
	
		American Express (15 [...]]]></description>
			<content:encoded><![CDATA[<p>In development work, you must always test your functions or expressions for proper results. For credit cards, there are some numbers that are NOT REAL numbers but will verify properly in developmental tests.<br />
</p>
<h2>Testable Credit Card Numbers</h2>
<table class="wptable rowstyle-alt" id="wptable-1"  cellspacing="1">
	<thead>
	<tr>
		<th class="sortable" style="width:200px" align="left">Card Type</th>
		<th class="sortable" style="width:200px" align="left">Card Number</th>
	</tr>
	</thead>
	<tr>
		<td style="width:200px" align="left">Master Card (16 Digits)</td>
		<td style="width:200px" align="left">5105105105105100</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Master Card (16 Digits)</td>
		<td style="width:200px" align="left">5555555555554444</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Visa (13 Digits)</td>
		<td style="width:200px" align="left">4222222222222</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Visa (16 Digits)</td>
		<td style="width:200px" align="left">4111111111111111</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Visa (16 Digits)</td>
		<td style="width:200px" align="left">4012888888881881</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">American Express (15 Digits)</td>
		<td style="width:200px" align="left">378282246310005</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">American Express (15 Digits)</td>
		<td style="width:200px" align="left">371449635398431</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Amex Corporate (15 Digits)</td>
		<td style="width:200px" align="left">378734493671000</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Dinners Club (14 Digits)</td>
		<td style="width:200px" align="left">38520000023237</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Dinners Club (14 Digits)</td>
		<td style="width:200px" align="left">30569309025904</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Discover (16 Digits)</td>
		<td style="width:200px" align="left">6011111111111117</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">Discover (16 Digits)</td>
		<td style="width:200px" align="left">6011000990139424</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">JCB (16 Digits)</td>
		<td style="width:200px" align="left">3530111333300000</td>
	</tr>
	<tr>
		<td style="width:200px" align="left">JCB (16 Digits)</td>
		<td style="width:200px" align="left">3566002020360505</td>
	</tr>
</table><p>
<br />
* Thanks to http://www.crazysquirrel.com/finance/test-cc.jspx</p>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/06/26/testing-credit-card-numbers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

