Request to refund transaction. It requires transaction id and optionally amount to refund.
System Object Bluefin.Web.Client Request Bluefin.Web.Client TokenizedTransactionRequest Bluefin.Web.Client RefundTransactionRequestNamespace: 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 Class RefundTransactionRequest _
Inherits TokenizedTransactionRequest
public class RefundTransactionRequest : TokenizedTransactionRequest
public ref class RefundTransactionRequest : public TokenizedTransactionRequest
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.