Click or drag to resize

CardknoxCCCapture Method

The Capture command is used to settle funds from a previous authorization and withdraw the funds from the cardholder's account. The refNumber from related authorization is required when submitting a Capture request. To perform an authorization and capture in the same command, use the CCSale command.

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

Parameters

_capture
Type: CardknoxApi.OperationsCCCapture
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also