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

AltPaymentVoid takes a Alternate Payment GatewayTxnId and performs a void against that transaction. AltPaymentAuth, AltPaymentOrder and AltPaymentCreateAuth can be voided.

Namespace http://Hps.Exchange.PosGateway
Type
PosAltPayVoidReqType Complex Type
Diagram
GatewayTxnId Element TransactionType Element All AltPaymentVoid Element
Overview
AltPaymentVoid PosAltPayVoidReqType Complex Type

AltPaymentVoid takes a Alternate Payment GatewayTxnId and performs a void against that transaction. AltPaymentAuth, AltPaymentOrder and AltPaymentCreateAuth can be voided.

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 voided.

Source
<xs:element name="AltPaymentVoid" type="PosAltPayVoidReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">AltPaymentVoid takes a Alternate Payment GatewayTxnId and performs a void against that transaction.  AltPaymentAuth, AltPaymentOrder and AltPaymentCreateAuth can be voided.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema