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