Open the Portico Developer Guide site
PosGateway Schema
PosAltPayCaptureReqType Complex Type
PosGateway Schema : PosAltPayCaptureReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Payment Element Amt Element GatewayTxnId Element TransactionType Element All PosAltPayCaptureReqType 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 AltPayment transaction to be captured against.

Amt amtTypeGlobal Simple Type

Amount for the capture

Payment optional

Payment Information for the capture

Sequence 1..200
Used By
AltPaymentCapture Element
Source
<xs:complexType name="PosAltPayCaptureReqType" 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 AltPayment transaction to be captured against.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Amt" type="amtTypeGlobal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Amount for the capture</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Payment" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Payment Information for the capture</p>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence maxOccurs="200">
          <xs:element name="NameValuePair" type="NameValuePairType" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema