Skip to content

Instantly share code, notes, and snippets.

@maurimiranda
Created May 24, 2012 15:50
Show Gist options
  • Select an option

  • Save maurimiranda/2782345 to your computer and use it in GitHub Desktop.

Select an option

Save maurimiranda/2782345 to your computer and use it in GitHub Desktop.
<div style="border: 1px solid black; width: 600px;" class="modal fade" id="cvv-dialog">
<div class="modal-header">
<a id="close-cvv-dialog" class="close" >x</a>
<h3>What is your card's security code?</h3>
</div>
<div class="modal-body">
<p>The card security code is three or four digit number that is unique to each card. This additional security feature is designed to protect you by helping to ensure the card is present during the pruchase. It is printed only on the card, never on any receipt or statements.</p>
<div>
<img src="img-cc-vmd.png" align="right"/>
<h5>Visa, Mastercard, Discover</h5>
<span>Flip you card over and look at the signature box. You should see either the entire 16-digit credit card number or just the last four digits followed by a special 3-digit code. This 3-digit code is your Card Security Code.</span>
</div>
<div>
<img src="img-cc-amex.png" align="right"/>
<h5>American Express Credit Card Users</h5>
<p>Look for the 4-digit code printed on the front of your card just above and to the right of your main credit card number. This 4-digit code is your Card Identification Number (CID). The CID is the four-digit code printed just above the Account Number.</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment