Class: CardReaderStatus

timapi.constants.CardReaderStatus()

Overview

Members-Overview

new CardReaderStatus()

The CardReaderStatus tag is used to transport information about the current card reader activity.

The following values are valid:

Specification: retail.

Member-List

cardEjected (static, constant)

Card has been ejected by the application.

Specification: retail.

cardInserted (static, constant)

Card in the chip reader.

Specification: retail.

cardManuallyEntered (static, constant)

Card information has been manually entered. Valid for Manual-Pan-Key.

Specification: retail.

cardNotRemoved (static, constant)

Card has not been removed by the cardholder despite being prompted to do so (timeout: 15s). Valid for ICC.

Specification: retail.

cardPresented (static, constant)

Contactless card has been presented. Only for ICC contactless transactions. Valid for Contactless.

Specification: retail.

cardReaderClosed (static, constant)

The shutter of the card reader is closed. No cards can be inserted.

Specification: retail.

cardReaderEmpty (static, constant)

The card reader is empty and accepts cards.

Specification: retail.

cardSwiped (static, constant)

Card has been swiped. Valid for Mag-Stripe.

Specification: retail.