Open the Portico Developer Guide site
PosGateway Schema
AdditionalTxnFields Element
PosGateway Schema > DebitAuthReqBlock1Type Complex Type : AdditionalTxnFields Element
Description

A common group of optional fields that are supported in several different transaction types for Merchant use.

Namespace http://Hps.Exchange.PosGateway
Type
AdditionalTxnFieldsType Complex Type
Diagram
CustomerID Element InvoiceNbr Element Description Element All AdditionalTxnFields Element
Overview
AdditionalTxnFields optional AdditionalTxnFieldsType Complex Type

A common group of optional fields that are supported in several different transaction types for Merchant use.

All
Description optional descriptionType Simple Type

Free-form description field. This must not contain sensitive information.

InvoiceNbr optional Restriction of xs:string

Used to log the invoice number on transactions that are not eCommerce.

CustomerID optional customerIDType Simple Type

Used to log Merchant specific customer identification.

Note: For GETI check transactions, this is sent in the CUSTOM3 field.

Source
<xs:element name="AdditionalTxnFields" type="AdditionalTxnFieldsType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A common group of optional fields that are supported in several different transaction types for Merchant use.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
DebitAuthReqBlock1Type Complex TypePosGateway Schema