Open the Portico Developer Guide site
PosGateway Schema
AdditionalDuplicateData Element
PosGateway Schema > PosResponse Element > Ver1.0 Element > Header Element : AdditionalDuplicateData Element
Description

Contains the original transaction data from the first request which triggered the duplicate transaction.

Namespace http://Hps.Exchange.PosGateway
Type
AdditionalDuplicateDataType Complex Type
Diagram
OriginalCardNbrLast4 Element OriginalCardType Element OriginalAuthAmt Element OriginalRefNbr Element OriginalAuthCode Element Originalx_global_transaction_id Element OriginalUniqueDeviceId Element OriginalClientTxnId Element OriginalRspDT Element OriginalGatewayTxnId Element All AdditionalDuplicateData Element
Overview
AdditionalDuplicateData optional AdditionalDuplicateDataType Complex Type

Contains the original transaction data from the first request which triggered the duplicate transaction.

All
OriginalGatewayTxnId txnIdType Simple Type

Contains the original Gateway Transaction ID.

OriginalRspDT xs:dateTime

Contains the original transaction response date and time in the time zone stored for the associated site.

OriginalClientTxnId clientIdType Simple Type

Contains the original client transaction ID.

OriginalUniqueDeviceId uniqueDeviceIdType Simple Type

Contains the original unique device ID.

OriginalAuthCode xs:string

Contains the original authorization code.

OriginalRefNbr xs:string

Contains the original reference number.

OriginalAuthAmt xs:decimal

Contains the original authorized amount.

OriginalCardType xs:string

Contains the original card type.

OriginalCardNbrLast4 xs:string

Contains the original last four digits of the account number used on the original transaction.

Source
<xs:element name="AdditionalDuplicateData" type="AdditionalDuplicateDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains the original transaction data from the first request which triggered the duplicate transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Header ElementVer1.0 ElementPosResponse ElementPosGateway Schema