Click or drag to resize

CardknoxCCPostAuth Method

Some authorizations will require a voice authorization before they can be approved. When a verbal authorization is issued by the bank, that number can be sent with the PostAuth command to verify the authorization.

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

Parameters

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

Return Value

Type: CardknoxResponse
See Also