QuickSwipeGateway Force Method (CardTransactionRequest)Bluefin Web Client API Documentation
Forces through a transaction. A 6 digit authorization_code must also be provided.

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 Force ( _
	request As CardTransactionRequest _
) As CardTransactionResponse

Return Value

Instance of CardTransactionResponse
Remarks

There are rare instances in which a merchant may not be able to or wish to get proper authorization on a transaction. In these cases, the merchant is provided with a message to call their merchant 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 the merchant 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