Card Validation types set the way a terminal validates a card when it is inserted in the terminal.
Option |
Explanation |
---|---|
cCardValidationTypeNone |
No validation whatsoever of card number prefix is performed. Warning: |
cCardValidationTypeOfflineOnly |
Validation is always done in the terminal using the card number prefix data as it is saved in the terminal. |
cCardValidationTypeOnlineOfflineAllowed |
Validation is done Online to WebOffice. If an online connection cannot be established, offline validation is performed. |
cCardValidationTypeOnlineOnly |
Validation is done Online to WebOffice. If an online connection to WebOffice cannot be established, purchases will be denied. |
Warning: For payment cards, the validation type cannot be set to cCardValidationTypeNone. To prevent a CWT terminal to go out of order you must select one of the following types: - cCardValidationTypeOffline - cCardValidationTypeOfllinellowed - cCardValidationTypeOnline |