Click or drag to resize

CardknoxCheckCredit Method

The Credit command sends money from a merchant to a customer's bank account that is not linked to any previous transaction. With check transactions, this is commonly used for paying 3rd-parties such as paying vendors. To refund a previous check sale, use Check:Refund instead.

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

Parameters

_credit
Type: CardknoxApi.OperationsCheckCredit
force (Optional)
Type: SystemBoolean

Return Value

Type: CardknoxResponse
See Also