E-Payment Integrator 2020 ActiveX Edition

Questions / Feedback?

CardValidator Control

Properties   Methods   Events   Configuration Settings   Errors  

The CardValidator control is used to verify that a given credit card number is formatted properly, and could be a valid card number. Validating a card before actually submitting a transaction for authorization can reduce the fees that may be associated with invalid or declined transactions.

Syntax

CardValidator

Remarks

Utilization of this control catches accidentally mistyped card numbers and allows buyers to re-input their number without having the transaction declined. It can also determine the type of credit card (Visa, MasterCard, Discover, etc) to easily determine if the customer is presenting a payment type which you do not support. The control can also parse swiped track data and perform these same checks on it.

There are three checks performed on the customer's credit card information:

The card number is checked for validity using the Luhn mod-10 algorithm.
The type of the card (Visa, MasterCard, etc.) is computed from the card number.
The expiration date is checked against the current system date.

The ValidateCard method explains these checks in more detail.

Property List


The following is the full list of the properties of the control with short descriptions. Click on the links for further details.

CardExpMonthExpiration month of the credit card specified in CardNumber .
CardExpYearExpiration year of the credit card specified in CardNumber .
CardNumberCredit card number to be validated.
CardTypeIndicates the results of the Luhn Digit Check algorithm.
CardTypeDescriptionHuman-readable description of the CardType .
DateCheckPassedIndicates whether the card is expired or not.
DigitCheckPassedIndicates the results of the Luhn Digit Check algorithm.
TrackDataMagnetic stripe data read off the credit card.
TrackTypeIndicates the type of the specified TrackData .

Method List


The following is the full list of the methods of the control with short descriptions. Click on the links for further details.

ConfigSets or retrieves a configuration setting.
ResetClears all properties to their default values.
ValidateCardChecks the card number and expiration date for validity.

Event List


The following is the full list of the events fired by the control with short descriptions. Click on the links for further details.

ErrorInformation about errors during data delivery.

Configuration Settings


The following is a list of configuration settings for the control with short descriptions. Click on the links for further details.

NameOnCardThe name encoded in the track data on the credit card.
CodePageThe system code page used for Unicode to Multibyte translations.
UseInternalSecurityAPITells the control whether or not to use the system security libraries or an internal implementation.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 ActiveX Edition - Version 20.0 [Build 7941]