GenKey Property
A random alphanumeric value returned by TSYS.
Syntax
char* GetGenKey();
int SetGenKey(char* lpszGenKey);
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