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

AltPaymentReturn takes a Alternate Payment GatewayTxnId and performs a a return against that transaction. AltPaymentSale and AltPaymentCapture can be returned.

Namespace http://Hps.Exchange.PosGateway
Type
PosAltPayReturnReqType Complex Type
Diagram
Return Element Amt Element GatewayTxnId Element TransactionType Element All AltPaymentReturn Element
Overview
AltPaymentReturn PosAltPayReturnReqType Complex Type

AltPaymentReturn takes a Alternate Payment GatewayTxnId and performs a a return against that transaction. AltPaymentSale and AltPaymentCapture can be returned.

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
Source
<xs:element name="AltPaymentReturn" type="PosAltPayReturnReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">AltPaymentReturn takes a Alternate Payment GatewayTxnId and performs a  a return against that transaction.  AltPaymentSale and AltPaymentCapture can be returned.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema