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

GetTransactionStatus is used to retrieve the status of any gateway transaction.

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

GetTransactionStatus is used to retrieve the status of any gateway transaction.

All
GatewayTxnId optional txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction.

ClientTxnId optional clientIdType Simple Type

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

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

Source
<xs:element name="GetTransactionStatus" type="PosGetTransactionStatusReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">GetTransactionStatus is used to retrieve the status of any gateway transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema