Class: PosEntryMode

timapi.constants.PosEntryMode()

Overview

Members-Overview

new PosEntryMode()

Defines how the cardholder used the card with the terminal for the transaction.

Enumeration according to EMV definition. The following values are valid:

Specification: retail.

Member-List

barCode (static, constant)

Bar Code.

bluetoothLowEnergy (static, constant)

Bluetooth Low Energy (BLE)

ctlessIcc (static, constant)

Contactless Chip (EMV).

ctlessMagStrige (static, constant)

Contactless Magstripe.

ecommerce (static, constant)

E-Commerce PSP transaction (distance payment).

emergencyDataEntry (static, constant)

Emergency data entry: The emergency receipt data is entered at acquirer.

icc (static, constant)

Integrated circuit card.

magStripe (static, constant)

Magnetic stripe read completely. Track data checking is possible, service code does not begin with "2" or "6".

magStripeFallback (static, constant)

Fallback (normal case): magnetic stripe read; service code begins with "2" or "6". Last transaction in the transaction log was a successful chip or magnetic stripe transaction.

magStripeFallbackAgain (static, constant)

Fallback: magnetic stripe read; service code begins with "2" or "6". Last transaction in the transaction log was also a fallback transaction. If the number of transactions with = "92" grows, the chip reader could be out of order.

magStripeFallbackIccFail (static, constant)

Fallback: magnetic stripe read; service code begins with "2" or "6"; transaction processing with IC failed. Code "93" is used at the transaction, which has caused the fallback, if the chip has been contacted, an application has been selected and the chip data could be read (trm-func, steps 11.4.5, 11.4.8 and 11.4.9), but the following processing with the chip has been aborted because of unknown reasons.

magStripeIncomplete (static, constant)

Magnetic stripe, only partial data available. Track data checking may not possible,minimum requirement: PAN data.

manual (static, constant)

Manual.

ocr (static, constant)

OCR.

qrcOnMobile (static, constant)

QR Code is displayed on mobile device screen.

qrcOnTerminal (static, constant)

QR Code is displayed on terminal display

referenceBased (static, constant)

Reference based transaction. Depending on a previously made transaction.

tokenBasedEcommerce (static, constant)

Token based e-commerce transaction.

unspecified (static, constant)

Unspecified.