QuickSwipeGateway Credit Method (CardTransactionRequest)Bluefin Web Client API Documentation
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.Client
Assembly: 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

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

Credits allow merchants to return all or a portion of a previous charge to a consumer. By posting a credit, our merchants can return funds to cards. These funds can be any partial amount of the original transaction up to the full amount. There is no correlation to an original transaction as with refunds
See Also