The Save command is used to send account information and request a token from Cardknox, but does not submit the transaction for processing. The response returns a token which references that account information. A token at a minimum references the credit card number, but if other data is sent, such as billing address, that will be associated with the token as well.
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public CardknoxResponse CCSave(
CCSave _save,
bool force = false
)
Public Function CCSave (
_save As CCSave,
Optional force As Boolean = false
) As CardknoxResponse
public:
CardknoxResponse^ CCSave(
CCSave^ _save,
bool force = false
)
member CCSave :
_save : CCSave *
?force : bool
(* Defaults:
let _force = defaultArg force false
*)
-> CardknoxResponse
Parameters
- _save
- Type: CardknoxApi.OperationsCCSave
- force (Optional)
- Type: SystemBoolean
Return Value
Type:
CardknoxResponseSee Also