Open the Portico Developer Guide site
PosGateway Schema
ReportTxnDetail Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : ReportTxnDetail Element
Description

ReportTxnDetail returns detailed information about a single transaction. This report is for the site and device referenced in the header.

Namespace http://Hps.Exchange.PosGateway
Type
PosReportTxnDetailReqType Complex Type
Diagram
x_global_transaction_id Element TzConversion Element TxnId Element All ReportTxnDetail Element
Overview
ReportTxnDetail PosReportTxnDetailReqType Complex Type

ReportTxnDetail returns detailed information about a single transaction. This report is for the site and device referenced in the header.

All
TxnId optional txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction. This indicates a specific transaction to be returned.

Note: This is the value referred to as GatewayTxnId in other messages.

TzConversion optional tzoneConversionType Simple Type

Indicates that a time zone conversion should be applied to dates/times in the response; see the associated Type enumerations for specific values supported.

x_global_transaction_id optional x_global_transaction_idType Simple Type

Client generated transaction identifier sent in the request of the original transaction. This indicates the transaction to be retrieved.

Note: This is for internal use only.

Source
<xs:element name="ReportTxnDetail" type="PosReportTxnDetailReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">ReportTxnDetail returns detailed information about a single transaction. This report is for the site and device referenced in the header.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema