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

AltPaymentCreateAuth takes a previously approved Alternate Payment Order transaction and creates an Authorization from it.

Namespace http://Hps.Exchange.PosGateway
Type
PosAltPayCreateAuthReqType Complex Type
Diagram
LineItem Element Payment Element Shipping Element Amt Element GatewayTxnId Element TransactionType Element All AltPaymentCreateAuth Element
Overview
AltPaymentCreateAuth PosAltPayCreateAuthReqType Complex Type

AltPaymentCreateAuth takes a previously approved Alternate Payment Order transaction and creates an Authorization from it.

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 original Alt Payment transaction to create an authorization against.

Amt amtTypeGlobal Simple Type

Amount for the new authorization

Shipping optional

Shipping Information for the new authorization

Payment optional

Payment Information for the new authorization

Sequence 1..200
LineItem optional

Line Item purchase information for the new authorization

Source
<xs:element name="AltPaymentCreateAuth" type="PosAltPayCreateAuthReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">AltPaymentCreateAuth takes a previously approved Alternate Payment Order transaction and creates an Authorization from it.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema