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

TransactionType Property

Specifies the original transaction type that you wish to reverse.

Syntax

[VB.NET]
Public Property TransactionType As TsyshcreversalTransactionTypes

[C#]
public TsyshcreversalTransactionTypes TransactionType {get; set;}

enum TsyshcreversalTransactionTypes { ttCreditAuthorizationReversal, ttDebitAuthorizationReversal, ttDebitCreditReversal, ttGiftCardAuthorizationReversal }

Remarks

This property indicates the original transaction type that you want to reverse. The following table explains the transaction types in detail:

ttCreditAuthorizationReversal (0)This transaction reverses a previous credit card purchase transaction (also known as Online Authorization Reversal). This type should be used when reversing a TSYSHCRetail or TSYSHCECommerce authorization transaction.
ttDebitAuthorizationReversal (1)This transaction reverses a previous debit card purchase transaction. This type should be used when reversing a TSYSHCDebit authorization transaction.
ttDebitCreditReversal (2)This transaction reverses a previous debit card refund transaction. This type should be used when reversing a TSYSHCDebit credit transaction.
ttGiftCardAuthorizationReversal (3)This transaction reverses a previous gift card purchase transaction. This type should be used when reversing a TSYSHCGIFTCARD authorization transaction.

Default Value

0

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