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

__property TibcTSYSHCReversalTransactionTypes TransactionType = {read=FTransactionType, write=FSetTransactionType, default=0};



enum TibcTSYSHCReversalTransactionTypes { ttCreditAuthorizationReversal=0, ttDebitAuthorizationReversal=1, ttDebitCreditReversal=2, ttGiftCardAuthorizationReversal=3 };

Default Value

0

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.

Data Type

Integer

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