QuickSwipeGateway Sale Method (CardTransactionRequest)Bluefin Web Client API Documentation
Authorizes (holds) the funds on the card and flags the transaction to be captured for settlement at the next settlement time.

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

Parameters

request
Type: Bluefin.Web.Client CardTransactionRequest
Instance of CardTransactionRequest with request data.

Return Value

Instance of CardTransactionResponse class.
Remarks

Use this method overload to post sale transaction. If the request.TransactionID is set to the value obtained via Initiate , Bluefin will assosiate sale with pre-allocation transaction. You may set request.TokenID property to the value of previosly posted sale or authorize transaction. Bluefin will store card information in the database (card-on-file) for future use at your wish.
See Also