Open the Portico Developer Guide site
PosGateway Schema
SubMerchantData Element
PosGateway Schema > CreditAuthReqBlock1Type Complex Type : SubMerchantData Element
Description

Allows for sending Sub-Merchant data associated with the transaction. For Future Use.

Note: For internal use only.

Namespace http://Hps.Exchange.PosGateway
Type
SubMerchantDataType Complex Type
Diagram
MCC Element TerminalId Element CustomerSvcEmail Element CustomerSvcPhone Element CountryCode Element ZipPostalCode Element StateProvinceRegion Element City Element Addr1 Element SubMerchantId Element All SubMerchantData Element
Overview
SubMerchantData optional SubMerchantDataType Complex Type

Allows for sending Sub-Merchant data associated with the transaction. For Future Use.

Note: For internal use only.

All
SubMerchantId Restriction of xs:long

The ID assigned by the payment facilitator or aggregator to the sub-merchant.

Note: For internal use only.

Addr1 Restriction of xs:string

The street address of the sub-merchant.

Note: For internal use only.

City Restriction of xs:string

The city of the sub-merchant.

Note: For internal use only.

StateProvinceRegion optional Restriction of xs:string

The state or province of the sub-merchant.

Note: For internal use only.

ZipPostalCode Restriction of xs:string

The ZIP/Postal Code of the sub-merchant.

Note: For internal use only.

CountryCode Restriction of xs:int

The 3-digit ISO Numeric Country Code of the sub-merchant (eg, 840)

Note: For internal use only.

CustomerSvcPhone Restriction of xs:string

Sub-merchant phone number.

Note: For internal use only.

CustomerSvcEmail optional Restriction of xs:string

Sub-merchant email address.

Note: For internal use only.

TerminalId Restriction of xs:string

The sub-merchant Terminal ID assigned by the payment facilitator.

Note: For internal use only.

MCC Restriction of xs:string

Sub-merchant MCC.

Note: For internal use only.

Source
<xs:element name="SubMerchantData" type="SubMerchantDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Allows for sending Sub-Merchant data associated with the transaction. For Future Use.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> For internal use only.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditAuthReqBlock1Type Complex TypePosGateway Schema