Enum Cvm
Specifies which cardholder verification method has been performed during the transaction.
The supported cardholder verification methods are defined both, on the terminal and on the card. The first match of both sides will be performed according to EMV Book 3 [B11].
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum Cvm
Fields
Name | Description |
---|---|
NoCvm | No CVM required. |
OnDevice | On device cvm. |
Pin | PIN verification |
PinSignature | PIN verification and signature (paper). |
Signature | Signature (paper). |
Unknown | Invalid/unknown constant value. |