GenKey Property
A random alphanumeric value returned by TSYS.
Object Oriented Interface
public function getGenKey(); public function setGenKey($value);
Procedural Interface
inpaydirect_tsysterminalmgr_get($res, 2 ); inpaydirect_tsysterminalmgr_set($res, 2, $value );
Default Value
''
Remarks
This value holds the GenKey value for the terminal. It is populated after calling AuthenticateDevice. It is required before calling DeactivateDevice.
This value should be stored on the POS device and used in all transaction requests.
Data Type
String