QuickSwipeGateway Authorize Method (CardTransactionRequest)Bluefin Web Client API Documentation
Authorizes (holds) the funds on the card, but does not transfer the funds. Most banks support a $0.00 authorization in order to validate the card number, expiration date, and account status. This does, however, incur an authorization charge on the merchant account and a transaction charge on QuickSwipe.

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

Return Value

Instance of CardTransactionResponse
See Also