Open the Portico Developer Guide site
PosGateway Schema
TransactionStatus Element
PosGateway Schema > PosGetTransactionStatusRspType Complex Type : TransactionStatus Element
Namespace http://Hps.Exchange.PosGateway
Diagram
AltPayment Element GatewayTxnId Element TxnStatus Element RspText Element RspCode Element GatewayRspMsg Element GatewayRspCode Element All TransactionStatus Element
Overview
All
RspCode optional xs:string
RspText optional xs:string
TxnStatus optional xs:string
AltPayment optional
All
Status optional xs:string
StatusMessage optional xs:string
StatusDT optional xs:dateTime
Date and time the status was recorded.
Source
<xs:element name="TransactionStatus" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="GatewayRspCode" type="gatewayRspCodeType" />
      <xs:element name="GatewayRspMsg" type="gatewayRspMsgType" minOccurs="0" />
      <xs:element name="RspCode" type="xs:string" minOccurs="0" />
      <xs:element name="RspText" type="xs:string" minOccurs="0" />
      <xs:element name="TxnStatus" type="xs:string" minOccurs="0" />
      <xs:element name="GatewayTxnId" type="txnIdType" />
      <xs:element name="AltPayment" minOccurs="0">
        <xs:complexType>
          <xs:all>
            <xs:element name="Status" type="xs:string" minOccurs="0" />
            <xs:element name="StatusMessage" type="xs:string" minOccurs="0" />
            <xs:element name="StatusDT" type="xs:dateTime" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Date and time the status was recorded.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:all>
        </xs:complexType>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
See Also
PosGetTransactionStatusRspType Complex TypePosGateway Schema