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