14.2 IDTechSDK.IDT_KioskIII Class Reference
51
14.2.1
Detailed Description
Class for KioskIII and KioskIV ICC reader
14.2.2
Member Function Documentation
14.2.2.1
RETURN_CODE IDTechSDK.IDT_KioskIII.config_getSerialNumber ( ref string
response
)
Polls device for Serial Number
Parameters
response
Returns Serial Number
Returns
RETURN_CODE: Values can be parsed with device_getResponseCodeString
14.2.2.2
RETURN_CODE IDTechSDK.IDT_KioskIII.ctls_activateTransaction ( int
timeout,
byte[ ]
tags
)
Start CTLS Transaction Request
Authorizes the CTLS transaction
The tags will be returned in the callback routine.
Parameters
timeout
Timeout value in seconds.
tags
The tags to be included in the request. Passed as TLV Data. Example, tag 9F02 with amount
0x000000000100 would be 0x9F0206000000000100
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
NOTE ON APPLEPAY VAS: To enable ApplePay VAS, first a merchant record must be defined in one of the six
available index positions (1-6) using device_setMerchantRecord, then container tag FFEE06 must be sent as part
of the additional tags parameter of ctls_startTransaction. Tag FFEE06 must contain tag 9F26 and 9F22, and can op-
tionanally contain tags 9F2B and DFO1. Example FFEE06189F220201009F2604000000009F2B050100000000
←
-
DF010101 9F22 = two bytes = ApplePay Terminal Applicaiton Version Number. Hard defined as 0100 for now.
(required) 9F26 = four bytes = ApplePay Terminal Capabilities Information (required)
• Byte 1 = RFU
• Byte 2 = Terminal Type
• - Bit 8 = VAS Support (1=on, 0 = off)
• - Bit 7 = Touch ID Required (1=on, 0 = off)
• - Bit 6 = RFU
• - Bit 5 = RFU
• - Bit 1,2,3,4
• - - 0 = Payment Terminal
IDTech Windows SDK Guide for Kiosk III/IV #80136501-001