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

int GetOriginalTransactionType();

int SetOriginalTransactionType(int iOriginalTransactionType);

Possible Values

  OTT_SALE(0), 
  OTT_AUTH_ONLY(1), 
  OTT_CAPTURE_FORCE(2), 
  OTT_CREDIT(3), 
  OTT_DEBIT_SALE(4), 
  OTT_DEBIT_SALE_CASHBACK(5), 
  OTT_DEBIT_CREDIT(6), 
  OTT_GIFT_CARD_ADD_VALUE(7), 
  OTT_GIFT_CARD_ACTIVATE_CARD(8), 
  OTT_GIFT_CARD_REDEEM_CARD(9), 
  OTT_GIFT_CARD_DEACTIVATE_CARD(10), 
  OTT_GIFT_CARD_REACTIVATE_CARD(11)

Default Value

0

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.

Data Type

Integer

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