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

AltPaymentOrder takes a unique Session Id and performs an Order transaction.

Namespace http://Hps.Exchange.PosGateway
Type
PosAltPayOrderReqType Complex Type
Diagram
LineItem Element Payment Element Shipping Element Amt Element Buyer Element SessionId Element TransactionType Element All AltPaymentOrder Element
Overview
AltPaymentOrder PosAltPayOrderReqType Complex Type

AltPaymentOrder takes a unique Session Id and performs an Order transaction.

All
TransactionType AltPaymentTxnType Simple Type

Alternate Payment Transaction Type

SessionId xs:string

Unique Session Id

Buyer optional

Buyer Information for the order

Sequence 1..50
Amt optional amtTypeGlobal Simple Type

Amount for the order

Shipping optional

Shipping Information for the order

Payment optional

Payment Information for the order

Sequence 1..200
LineItem optional

Line Item purchase information for the order

Source
<xs:element name="AltPaymentOrder" type="PosAltPayOrderReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">AltPaymentOrder takes a unique Session Id and performs an Order transaction.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema