4D Payments SDK 2016 .NET Edition

Questions / Feedback?

GenKey Property

The unique GenKey value used to identify a POS device.

Syntax

public string GenKey { get; set; }
Public Property GenKey As String

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.

Copyright (c) 2021 4D Payments Inc. - All rights reserved.
4D Payments SDK 2016 .NET Edition - Version 16.0 [Build 8017]