Open the Portico Developer Guide site
PosGateway Schema
PosCheckQueryReqType Complex Type
PosGateway Schema : PosCheckQueryReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Block1 Element Sequence PosCheckQueryReqType Complex Type
Overview
Sequence
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.

Used By
CheckQuery Element
Source
<xs:complexType name="PosCheckQueryReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Block1" type="CheckQueryReqBlock1Type">
      <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>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema