Click or drag to resize

CardknoxCheckSale Method

The Check Sale command debits funds from a customer's checking or savings account using the account and routing number. The merchant must have a supported Check/ACH processing account

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public CardknoxResponse CheckSale(
	CheckSale _sale,
	bool force = false
)

Parameters

_sale
Type: CardknoxApi.OperationsCheckSale
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also