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

[VB.NET]
Public Property OriginalTransactionType As PtechreversalOriginalTransactionTypes

[C#]
public PtechreversalOriginalTransactionTypes OriginalTransactionType {get; set;}

enum PtechreversalOriginalTransactionTypes { ottSale, ottAuthOnly, ottCaptureForce, ottCredit, ottDebitSale, ottDebitSaleCashback, ottDebitCredit, ottGiftCardAddValue, ottGiftCardActivateCard, ottGiftCardRedeemCard, ottGiftCardDeactivateCard, ottGiftCardReactivateCard }

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