Overload List
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.
|
See Also