Enum VerificationMethod
Cardholder verification methods
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public enum VerificationMethod
Remarks
The character enumeration values for each of these corresponds to the associated code in the CHAOI specification, section 8.1.3.
Fields
| Name | Description |
|---|---|
| Combined | A combined CVM rule has been performed (signature and offline PIN) |
| ConsumerDevice | Cardholder was verified by a consumer device, e.g. a mobile phone. NOTE: the actual verification method printed on the receipt should be 'a' for PINOffline, according to Swedbank rules. Also, according to Visa, there must be a text saying "VERIFIED BY DEVICE". |
| CVMFailed | Cardholder verification failed |
| NoCVM | The specific 'No CVM' rule was performed |
| NoVerification | No cardholder verification was performed in the terminal |
| PINOffline | Cardholder was verified by offline PIN |
| PINOnline | Cardholder was verified by online PIN |
| Signature | Cardholder was verified by signature |