QuickSwipeGateway MethodsBluefin Web Client API Documentation
The QuickSwipeGateway type exposes the following members.
Methods

  NameDescription
Public methodAuthorize(CardTransactionRequest)
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.
Public methodAuthorize(CheckTransactionRequest)
authorizes (saves) the check information.
Public methodAuthorize(EBTTransactionRequest)
Authorizes EBT card
Public methodAuthorize(GiftCardTransactionRequest)
Authorizes gift card or stored value card
Public methodAuthorize(SwipedCardTransactionRequest)
Overloads of Authorize() for Swiped Card.
Public methodCapture
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.
Public methodCredit(CardTransactionRequest)
Puts money onto a card or into a bank with no offsetting sale. This type is turned off by default. If you wish to use it, please contact your Bluefin Representative to enable it. Most operations can be managed via REFUND
Public methodCredit(CheckTransactionRequest)
Overload of Credit() for ACH check transaction.
Public methodCredit(SwipedCardTransactionRequest)
Overload of Credit() for swiped card.
Public methodForce(CardTransactionRequest)
Forces through a transaction. A 6 digit authorization_code must also be provided.
Public methodForce(SwipedCardTransactionRequest)
Overload of Force() for swiped card.
Public methodInitiate 
Returns a transaction_id for use with a new SALE, AUTHORIZTION, CREDIT transaction to be passed through the transaction_id variable.
Public methodInitiate(BluefinAccount)
ISV version of Initiate.
Public methodRefund
Refunds a previous sale. If the transaction has not yet been settled, then this results in a void. Otherwise, it results in a credit back to the card or bank account. You may also specify an amount less than the original sale amount. Requires TokenID property to be set to the original sale transaction id.
Public methodReverse
Reverse a previous authorization. Funds that were reserved on the card will be released. Not all card processors support authorization reversal. Please consult with Bluefin technical support representatives for information on your account.
Public methodSale(CardTransactionRequest)
Authorizes (holds) the funds on the card and flags the transaction to be captured for settlement at the next settlement time.
Public methodSale(CheckTransactionRequest)
Authorizes Check Transaction and flags the transaction to be captured for batch ACH processing.
Public methodSale(EBTTransactionRequest)
Authorizes (holds) the funds on the EBT card and flags the transaction to be captured for settlement at the next settlement time.
Public methodSale(GiftCardTransactionRequest)
Authorizes (holds) the funds on gift or stored value card and flags the transaction to be captured for settlement at the next settlement time.
Public methodSale(SwipedCardTransactionRequest)
Authorizes (holds) the funds on the swiped card and flags the transaction to be captured for settlement at the next settlement time.
Public methodSettleBatch 
Settles all un-settled sales, refunds, credits, or authorizations that have been captured.
Public methodSettleBatch(BluefinAccount)
ISV version of SettleBatch for given Bluefin account.
Public methodStatus(String)
Retrieves the status of transaction by transaction id.
Public methodStatus(String, BluefinAccount)
Retrieves the status of transaction by transaction id for given account.
Public methodStore(CardTransactionRequest)
Stores credit card info for later use
Public methodStore(CheckTransactionRequest)
Stores ACH check info for later use
Public methodStore(EBTTransactionRequest)
Stores EBT card info for later use
Public methodStore(GiftCardTransactionRequest)
Stores gift or stored value card info for later use
Public methodStore(SwipedCardTransactionRequest)
Stores swiped card info for later use
Back to Top
See Also