Open the Portico Developer Guide site
PosGateway Schema
Block1 Element
PosGateway Schema > PosCheckQueryReqType Complex Type : Block1 Element
Description

Contains a series of required and optional elements

Note: GatewayTxnId and ClientTxnId are mutually exclusive, but it is required that one of these fields be provided.

Namespace http://Hps.Exchange.PosGateway
Type
CheckQueryReqBlock1Type Complex Type
Diagram
ClientTxnId Element GatewayTxnId Element All Block1 Element
Overview
Block1 CheckQueryReqBlock1Type Complex Type

Contains a series of required and optional elements

Note: GatewayTxnId and ClientTxnId are mutually exclusive, but it is required that one of these fields be provided.

All
GatewayTxnId optional txnIdType Simple Type

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

ClientTxnId optional clientIdType Simple Type

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

Note: Client generated ids are critical for situations when the client never receives a response from the gateway.

Source
<xs:element name="Block1" type="CheckQueryReqBlock1Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains a series of required and optional elements</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> GatewayTxnId and ClientTxnId are mutually exclusive, but it is required that one of these fields be provided.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PosCheckQueryReqType Complex TypePosGateway Schema