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
)
Public Function CCAuthOnly (
_auth As CCAuthOnly,
Optional force As Boolean = false
) As CardknoxResponse
public:
CardknoxResponse^ CCAuthOnly(
CCAuthOnly^ _auth,
bool force = false
)
member CCAuthOnly :
_auth : CCAuthOnly *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> CardknoxResponse
Parameters
- _auth
- Type: CardknoxApi.OperationsCCAuthOnly
- force (Optional)
- Type: SystemBoolean
Return Value
Type:
CardknoxResponseSee Also