Click or drag to resize

CardknoxCCVoidRelease Method

The Void Release command releases a pending authorization amount back to the cardholder's credit limit without waiting for the standard authorization timeframe to expire.

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public CardknoxResponse CCVoidRelease(
	CCVoidRelease _release,
	bool force = false
)

Parameters

_release
Type: CardknoxApi.OperationsCCVoidRelease
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also