Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

OriginalTransactionType Property

Indicates whether the original transaction was an auth-only or a sale.

Syntax

public int getOriginalTransactionType();
public void setOriginalTransactionType(int originalTransactionType);

Enumerated values: public final static int ottSale = 0; public final static int ottAuthOnly = 1; public final static int ottCaptureForce = 2; public final static int ottCredit = 3; public final static int ottDebitSale = 4; public final static int ottDebitSaleCashback = 5; public final static int ottDebitCredit = 6; public final static int ottGiftCardAddValue = 7; public final static int ottGiftCardActivateCard = 8; public final static int ottGiftCardRedeemCard = 9; public final static int ottGiftCardDeactivateCard = 10; public final static int ottGiftCardReactivateCard = 11;

Remarks

When reversing a transaction you must indicate whether the original transaction was an Auth-only transaction, a Sale transaction, a Capture/Force (Voice Authorization) transaction, or a Credit (Refund) transaction.

If reversing a Debit transaction, you must specify whether the original transaction was a DebitSale, DebitSaleCashback (a Debit Sale transaction in which a Cashback amount was specified), or a DebitCredit (Credit transaction using a Debit card).

If reversing a Gift Card transaction, you must specify whether the original transaction was a AddValue, ActivateCard, RedeemCard, DeactivateCard or a ReactivateCard.

This is so the host can match the reversal to the original authorization.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0