Authorizes (holds) the funds on the card and flags the transaction
to be captured for settlement at the next settlement time.
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 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
See Also