• 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 EntryMethod

    Enumeration of different possible card presentation methods

    Namespace: Westpay.Epas
    Assembly: EpasClientLibrary.dll
    Syntax
    public enum EntryMethod
    Remarks

    The card entry methods are documented in the CHAOI specification, section 8.1.2. The character enumeration value of each on corresponds to the CHAOI specification. Note that CHAOI does not recognise contactless transactions. The entry method code for contactless transaction is ‘K’.

    Note that contactless card transactions should include the text “CONTACTLESS” on the receipt. This can be in English or translated to the appropriate language.

    Fields

    Name Description
    ChipInserted

    Card was inserted into the smartcard reader

    Contactless

    Card was tapped and read by the rfid reader.

    Manual

    The card data was entered manually on the terminal keypad

    Swiped

    The card was swiped in magnetic card reader

    Unknown

    For future expansion we can allow unknown entry methods in cases where the terminal supports methods unknown to this library.

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