Click or drag to resize

CardknoxRequestBeginRequest Method

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public static CardknoxRequest BeginRequest(
	string key,
	string software,
	string softwareVersion,
	string cardknoxVer = null
)

Parameters

key
Type: SystemString
Your Cardknox API Key.
software
Type: SystemString
Name of your software.
softwareVersion
Type: SystemString
Version number of your software.
cardknoxVer (Optional)
Type: SystemString
Gateway API Version.

Return Value

Type: CardknoxRequest
See Also