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

AltPaymentSale takes a unique Session Id and performs a Sale transaction. The sale is placed in the current open batch. If a batch is not open this transaction will create one.

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

AltPaymentSale takes a unique Session Id and performs a Sale transaction. The sale is placed in the current open batch. If a batch is not open this transaction will create one.

All
TransactionType AltPaymentTxnType Simple Type

Alternate Payment Transaction Type

SessionId xs:string

Unique Session Id

Buyer optional

Buyer Information for the sale

Sequence 1..50
Amt optional amtTypeGlobal Simple Type

Amount for the sale

Shipping optional

Shipping Information for the sale

Payment optional

Payment Information for the sale

Sequence 1..200
LineItem optional

Line Item purchase information for the sale

Source
<xs:element name="AltPaymentSale" type="PosAltPaySaleReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">AltPaymentSale takes a unique Session Id and performs a Sale transaction.  The sale is placed in the current open batch. If a batch is not open this transaction will create one.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema