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.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 Authorize ( _ request As CardTransactionRequest _ ) As CardTransactionResponse
Parameters
- request
- Type: Bluefin.Web.Client CardTransactionRequest
reference to CardTransactionRequest instance
Return Value
Instance of CardTransactionResponseSee Also