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

RepeatIndicator Property

Indicates whether a transaction is a repeat of a previous transaction attempt.

Syntax

[VB.NET]
Public Property RepeatIndicator As Boolean

[C#]
public bool RepeatIndicator {get; set;}

Remarks

This property allows you to specify whether a transaction is a repeat of a previous transaction attempt.

If a timeout exception occurs, such as the host capture system not receiving the request or the response not being received from the host capture system, you can set RepeatIndicator to true and resend the request using the original transaction details. In the case that the host capture system received the original transaction, it has already been logged and will respond with existing Response details. In the case that the host capture system did not receive the original transaction, it will process the request normally.

Note: Repeat transactions are not allowed for gift card and debit transactions.

Default Value

False

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