Forces through a transaction. A 6 digit authorization_code must also be provided.
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)
Public Function Force ( _
request As CardTransactionRequest _
) As CardTransactionResponse
public CardTransactionResponse Force(
CardTransactionRequest request
)
public:
CardTransactionResponse^ Force(
CardTransactionRequest^ request
)
Return Value
Instance of CardTransactionResponse
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.