Click or drag to resize

CardknoxCCAuthOnly Method

The AuthOnly command authorizes an amount on a cardholder's account and places a hold on the available credit for that amount, but does not submit the charge for settlement. AuthOnly is used to reserve funds from a cardholder's credit limit for a sale that is not ready to be processed.

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

Parameters

_auth
Type: CardknoxApi.OperationsCCAuthOnly
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also