Enum KioTransStates

A list of possible EMV framework transaction states.

Values

Name Description
0 Not Initialized. Device has not yet been initialized by KioWare.
1 Ready. No transaction is in progress, but one can be requested at any time.
2 Card Requested. The user has been requested to insert their card.
3 Amount Confirmation Started. The user has been requested to confirm the amount of the transaction.
4 Card Removal Requested. The user has been requested to remove their card.
5 Pin Entry Started. The user has been requested to enter their pin.
6 Transaction Started. The transaction has started.
7 Online Auth Requested. The terminal has gone online to request authorization for a transaction.
8 Online Auth Completed. The terminal has received online authorization for a transaction.

Remarks

ChipDNA supports all of these transaction states. OTI and DataCap only support "Not Initialized", "Ready", and "Transaction Started".

Requirements

KioWare for Windows version 8.7 or greater.