Click or drag to resize

CardknoxCCSale Method

The Sale command is a combination of an authorization and capture and intended when fulfilling an order right away. For transactions that are not fulfilled right away, use the authonly command initially and use the capture command to complete the sale.

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

Parameters

_sale
Type: CardknoxApi.OperationsCCSale
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also