Open the Portico Developer Guide site
PosGateway Schema
PaymentFacilitatorDataType Complex Type
PosGateway Schema : PaymentFacilitatorDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PaymentFacilitatorTxnNbr Element PaymentFacilitatorTxnId Element All PaymentFacilitatorDataType Complex Type
Overview
All
PaymentFacilitatorTxnId optional xs:string

Unique transaction identifier assigned by the payment facilitator. This identifier is for use only by the payment facilitator, and should not be used as a reference in future client requests to the Portico Gateway.

PaymentFacilitatorTxnNbr optional xs:string

Unique account identifier assigned by the payment facilitator for the sub-merchant. This is used as the sub-merchant account reference if contacting the payment facilitator for support.

Used By
PaymentFacilitatorData Element
Source
<xs:complexType name="PaymentFacilitatorDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="PaymentFacilitatorTxnId" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Unique transaction identifier assigned by the payment facilitator. This identifier is for use only by the payment facilitator,
              and should not be used as a reference in future client requests to the Portico Gateway.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PaymentFacilitatorTxnNbr" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Unique account identifier assigned by the payment facilitator for the sub-merchant.
              This is used as the sub-merchant account reference if contacting the payment facilitator for support.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema