Refunds a previous sale. If the transaction has not yet been settled,
then this results in a void. Otherwise, it results in a credit back
to the card or bank account. You may also specify an amount less than
the original sale amount. Requires TokenID property to be set to the
original sale transaction id.
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)
Syntax
Public Function Refund ( _ request As RefundTransactionRequest _ ) As TransactionResponse
Parameters
- request
- Type: Bluefin.Web.Client RefundTransactionRequest
reference to RefundTransactionRequest instance.
Return Value
Instance of CardTransactionResponse class.Remarks
See Also