Puts money onto a card or into a bank with no offsetting sale.
This type is turned off by default. If you wish to use it,
please contact your Bluefin Representative to enable it.
Most operations can be managed via REFUND
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax
Public Function Credit ( _ request As CardTransactionRequest _ ) As TransactionResponse
Parameters
- request
- Type: Bluefin.Web.Client CardTransactionRequest
reference to CreditTransactionRequest instance.
Return Value
instance of CardTransactionResponse, if response tender_type is CARD, EBT or GIFT;
instance of CheckTransactionResponse, if tender_type is ACH;
instance of TransactionResponse otherwise
Remarks
See Also