Credit Method
Credits a cardholder's account.
Object Oriented Interface
public function doCredit();
Procedural Interface
inpaydirect_globalcharge_do_credit($res);
Remarks
This transaction adds funds to the cardholder's account. This can be performed any time and in any batch, and unlike the Refund method, is not based on a previous transaction.
Manually keyed credit:
class.CardNumber = "4444333322221111" class.CardExpMonth = 1 class.CardExpYear = 2015 class.CardEntryDataSource = edsManuallyEntered class.TransactionAmount = "1.00" 'credits $1.00 class.Credit()