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