GenKey Property
The unique GenKey value used to identify a POS device.
Object Oriented Interface
public function getGenKey(); public function setGenKey($value);
Procedural Interface
inpaydirect_tsyshcecommerce_get($res, 13 ); inpaydirect_tsyshcecommerce_set($res, 13, $value );
Default Value
''
Remarks
This property is used to specify the unique GenKey value used to identify the POS device to the host capture system. This property is required to be specified in every transaction performed.
Your GenKey value is obtained from the host capture system when you successfully authenticate your POS device, which can be accomplished by calling AuthenticateDevice. Once retrieved, your GenKey value must be stored in the POS device.
Data Type
String