RefundTransactionRequest ClassBluefin Web Client API Documentation
Request to refund transaction. It requires transaction id and optionally amount to refund.
Inheritance Hierarchy

OnlineSystem Object
  Bluefin.Web.Client Request
    Bluefin.Web.Client TokenizedTransactionRequest
      Bluefin.Web.Client RefundTransactionRequest

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 Class RefundTransactionRequest _
	Inherits TokenizedTransactionRequest
Remarks

By posting a refund you can directly reverse a sale charge that was applied to a card or check. The refund action is predicated on there being a previous transaction that was sent through Bluefin. The refund function is an intelligent function that can verify, if the previous transaction (identified by its token ID) has been fully settled with the issuing bank. Based on whether it’s been fully settled or not, it will perform either a credit action or void the sale, converting back to an authorization-only status.
See Also