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

AltPaymentCapture takes a previously approved Alternate Payment Authorization or Alternate Payment Order and captures a portion of the original into the current open batch. If a batch is not open, this transaction will create one.

Namespace http://Hps.Exchange.PosGateway
Type
PosAltPayCaptureReqType Complex Type
Diagram
Payment Element Amt Element GatewayTxnId Element TransactionType Element All AltPaymentCapture Element
Overview
AltPaymentCapture PosAltPayCaptureReqType Complex Type

AltPaymentCapture takes a previously approved Alternate Payment Authorization or Alternate Payment Order and captures a portion of the original into the current open batch. If a batch is not open, this transaction will create one.

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 AltPayment transaction to be captured against.

Amt amtTypeGlobal Simple Type

Amount for the capture

Payment optional

Payment Information for the capture

Sequence 1..200
Source
<xs:element name="AltPaymentCapture" type="PosAltPayCaptureReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">AltPaymentCapture takes a previously approved Alternate Payment Authorization or Alternate Payment Order and captures a portion of the original into 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