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

DuplicateChecking Property

Indicates whether duplicate checking is enabled.

Syntax

[VB.NET]
Public Property DuplicateChecking As PtechbenefitDuplicateCheckings

[C#]
public PtechbenefitDuplicateCheckings DuplicateChecking {get; set;}

enum PtechbenefitDuplicateCheckings { duDoNotSendIndicator, duNoDuplicateChecking, duErrorOnDuplicate, duReturnOriginalResponse }

Remarks

This Duplicate Checking Indicator is used to tell the Host whether or not to check for duplicate transactions. This property is not valid for BatchInquiry and BatchRelease transactions.

In order to be viewed as a duplicate, the transaction must be exactly the same as the original. This includes SequenceNumber and TransactionAmount.

duDoNotSendIndicator (0)Duplicate Checking Indicator is not sent in the authorization request.
duNoDuplicateChecking (1)No duplicate checking is performed.
duErrorOnDuplicate (2)Duplicate SequenceNumbers are not allowed within the current open batch. Transaction requests containing duplicate SequenceNumbers will receive an error response.
duReturnOriginalResponse (3)Treats authorization requests (within the current batch) containing the same SequenceNumber, Number, TransactionAmount, and the current Transaction Type as duplicate transactions. If a duplicate is found and it was approved, the host will respond with the original response data. If no duplicate is found, or the duplicate was an error, normal authorization processes will be followed.

Default Value

0

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