Open the Portico Developer Guide site
PosGateway Schema
PosGetTransactionStatusRspType Complex Type
PosGateway Schema : PosGetTransactionStatusRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TzConversion Element TransactionStatus Element All PosGetTransactionStatusRspType Complex Type
Overview
All
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.
TzConversion optional tzoneConversionType Simple Type

Time zone conversion applied to returned dates

Used By
GetTransactionStatus Element
Source
<xs:complexType name="PosGetTransactionStatusRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="TransactionStatus" minOccurs="0">
      <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>
    <xs:element name="TzConversion" type="tzoneConversionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Time zone conversion applied to returned dates</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema