Click or drag to resize

CardknoxCCSave Method

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
)

Parameters

_save
Type: CardknoxApi.OperationsCCSave
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also