Open the Portico Developer Guide site
PosGateway Schema
PosAltPayReturnReqType Complex Type
PosGateway Schema : PosAltPayReturnReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Return Element Amt Element GatewayTxnId Element TransactionType Element All PosAltPayReturnReqType Complex Type
Overview
All
TransactionType AltPaymentTxnType Simple Type

Alternate Payment Transaction Type

GatewayTxnId txnIdType Simple Type

Gateway generated transaction identifier returned in the response of the original transaction. This indicates the Alt Payment transaction to be returned.

Amt optional amtTypeGlobal Simple Type

Amount for the return

Return optional

Return information for the return

Sequence 1..50
Used By
AltPaymentReturn Element
Source
<xs:complexType name="PosAltPayReturnReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="TransactionType" type="AltPaymentTxnType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Alternate Payment Transaction Type</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GatewayTxnId" type="txnIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Gateway generated transaction identifier returned in the response of the original transaction.  This indicates the Alt Payment transaction to be returned.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Amt" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Amount for the return</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Return" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Return information for the return</p>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="50">
          <xs:element name="NameValuePair" type="NameValuePairType" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema