• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • Westpay.Epas
      • AdminOperation
      • AdminResponse
      • AltMethodTransaction
      • ApiResult
      • AuthorisationChannel
      • AuthorisingEntity
      • BufferTools
      • CardAcceptedEventArgs
      • CurrencyCodes
      • EnableCardReaderOptions
      • EnableReadersResponse
      • EntryMethod
      • EpasClient
      • EpasClient.CardAcceptedNotification
      • EpasClient.CardActionNotification
      • EpasClient.EpasMessageReceiver
      • EpasClient.StatusNotification
      • ErrorConditions
      • IClientApp
      • LastTransactionResponse
      • LastTransactionResponse.CardData
      • LastTransactionResponse.DccData
      • LastTransactionResponse.EmvData
      • LastTransactionResponse.MerchantData
      • LastTransactionResponse.TransactionData
      • LoginResponse
      • LogLevel
      • LogoutResponse
      • OperatingParameters
      • PurchaseRequest
      • PurchaseTransactionAmounts
      • ReceiptData
      • ReceiptData.AuthorisationData
      • ReceiptData.CardData
      • ReceiptData.DccData
      • ReceiptData.EmvData
      • ReceiptData.MerchantData
      • ReceiptData.TransactionData
      • ReceiptData.TranslatedTextId
      • ReceiptVersion
      • RefundRequest
      • ServiceEnableType
      • SimpleResponse
      • TerminalEnvironment
      • TerminalNetworkConnection
      • TransactionOutcome
      • TransactionRequest
      • TransactionResponse
      • TransactionType
      • VerificationMethod

    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

    • View Source
    In This Article
    Back to top Generated by DocFX