ForceTransactionRequest ClassBluefin Web Client API Documentation
Request to force transaction. It requires both transaction id and authorization code
Inheritance Hierarchy

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

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

<ObsoleteAttribute("Not supported. Pass CardTransactionRequest or SwipedCardTransactionRequest instance to Force().",  _
	True)> _
Public Class ForceTransactionRequest _
	Inherits TokenizedTransactionRequest
Remarks

There are rare instances in which you may not be able to or wish to get proper authorization on a transaction. In these cases, you will be provided with a message to call your transaction processor for an approval code. Once received, this method can be used to submit the new approval account along with a transaction to force the transaction to settle.

The use of the force allows you to post the transaction to the cardholder’s account without approval, and then using the force, post pass an approval code to complete the transaction. These charges, however, will not be applied until settlements are run during the batch process.

See Also