CF_CreditCard
Authenticates credit card information.
SYNTAX:
<CF_CreditCard
CardNumber="4634567890123456"
CardExpYear="01"
CardExpMonth="05"
CardType="V">
Returns #ValidCC# with value of 'Yes' if valid and 'No' if not valid. The CardNumber attribute may contain non-numeric letters and symbols, which will be ignored by the tag.
ATTRIBUTES:
CardNumber
Required. Credit card number.
CardExpMonth
Required. Two-digit representation of credit card's expiration month.
CardExpYear
Required. Two-digit representation of credit card's expiration year.
CardType
Required. Single-letter representation of credit card type, as follows:
- A = American Express
- D = Discover
- M = MasterCard
- V = Visa
|