qgw
    Preparing search index...

    Enumeration TransactionType

    How Quantum Gateway processes transactions.

    Index

    Enumeration Members

    AUTH_CAPTURE: "AUTH_CAPTURE"

    an auth and if AVS and CVV2 settings pass then it will be converted to a sale.

    AUTH_ONLY: "AUTH_ONLY"

    a auth to see if the credit card is good and has the fund and will bypass the Processing Settings. AUTH_ONLY does not use AVS and CVV2 settings.

    CREDIT: "CREDIT"

    a charge that uses default Processing Settings. Processing Settings is at Quantum Gateway Login => Settings => Processing Settings.

    PREVIOUS_SALE: "PREVIOUS_SALE"

    requires transID - The TransactionID

    RETURN: "RETURN"

    a refund. Requires full credit card information.

    SALE: "SALE"

    same as CREDIT, is a charge but will bypass the Processing Settings. SALE does not use AVS and CVV2 settings.

    VOID: "VOID"

    requires transID - The TransactionID