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. |