QuickSwipeGateway Capture Method Bluefin Web Client API Documentation
flags a previous AUTHORIZATION to be captured for settlement at the next settlement time. Requires token_id. If token_id refers to ACH tender_type, this operation fails.

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 Capture ( _
	request As CaptureTransactionRequest _
) As TransactionResponse

Return Value

instance of CardTransactionResponse, if response tender_type is CARD, EBT or GIFT;

instance of CheckTransactionResponse, if tender_type is ACH;

instance of TransactionResponse otherwise

See Also