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

CheckQuery is used to query info about a check transaction.

Namespace http://Hps.Exchange.PosGateway
Type
PosCheckQueryReqType Complex Type
Diagram
Block1 Element Sequence CheckQuery Element
Overview
CheckQuery PosCheckQueryReqType Complex Type

CheckQuery is used to query info about a check transaction.

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.

Source
<xs:element name="CheckQuery" type="PosCheckQueryReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">CheckQuery is used to query info about a check transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema