The QuickSwipeGateway type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Authorize(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.
|
![]() | Authorize(CheckTransactionRequest) |
authorizes (saves) the check information.
|
![]() | Authorize(EBTTransactionRequest) |
Authorizes EBT card
|
![]() | Authorize(GiftCardTransactionRequest) |
Authorizes gift card or stored value card
|
![]() | Authorize(SwipedCardTransactionRequest) |
Overloads of Authorize() for Swiped Card.
|
![]() | Capture |
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.
|
![]() | Credit(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
|
![]() | Credit(CheckTransactionRequest) |
Overload of Credit() for ACH check transaction.
|
![]() | Credit(SwipedCardTransactionRequest) |
Overload of Credit() for swiped card.
|
![]() | Force(CardTransactionRequest) |
Forces through a transaction. A 6 digit authorization_code must also be provided.
|
![]() | Force(SwipedCardTransactionRequest) |
Overload of Force() for swiped card.
|
![]() | Initiate |
Returns a transaction_id for use with a new SALE, AUTHORIZTION, CREDIT transaction
to be passed through the transaction_id variable.
|
![]() | Initiate(BluefinAccount) |
ISV version of Initiate.
|
![]() | Refund |
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.
|
![]() | Reverse |
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.
|
![]() | Sale(CardTransactionRequest) |
Authorizes (holds) the funds on the card and flags the transaction
to be captured for settlement at the next settlement time.
|
![]() | Sale(CheckTransactionRequest) |
Authorizes Check Transaction and flags the transaction to be captured
for batch ACH processing.
|
![]() | Sale(EBTTransactionRequest) |
Authorizes (holds) the funds on the EBT card and flags the transaction
to be captured for settlement at the next settlement time.
|
![]() | Sale(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.
|
![]() | Sale(SwipedCardTransactionRequest) |
Authorizes (holds) the funds on the swiped card and flags the transaction
to be captured for settlement at the next settlement time.
|
![]() | SettleBatch |
Settles all un-settled sales, refunds, credits, or authorizations that have been captured.
|
![]() | SettleBatch(BluefinAccount) |
ISV version of SettleBatch for given Bluefin account.
|
![]() | Status(String) |
Retrieves the status of transaction by transaction id.
|
![]() | Status(String, BluefinAccount) |
Retrieves the status of transaction by transaction id for given account.
|
![]() | Store(CardTransactionRequest) |
Stores credit card info for later use
|
![]() | Store(CheckTransactionRequest) |
Stores ACH check info for later use
|
![]() | Store(EBTTransactionRequest) |
Stores EBT card info for later use
|
![]() | Store(GiftCardTransactionRequest) |
Stores gift or stored value card info for later use
|
![]() | Store(SwipedCardTransactionRequest) |
Stores swiped card info for later use
|
See Also