Open the Portico Developer Guide site
PosGateway Schema
DeviceConfigurationType Complex Type
PosGateway Schema : DeviceConfigurationType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TxnMCC Element SerialNbr Element Attributes Element Capabilities Element All DeviceConfigurationType Complex Type
Overview
All
Capabilities optional Restriction of xs:string

Capabilities for a Device

Attributes optional Restriction of xs:string

Attributes for a Device

SerialNbr optional Restriction of xs:string

Serial number of PIN pad or PIN entry device (PED).

Note: Required for Interac debit services in Canada.

TxnMCC optional mccType Simple Type

MCC value that is passed from POS.

For original transactions only. Not used for transactions where the request contains an original transaction id.

Used By
DeviceConfiguration Element
Source
<xs:complexType name="DeviceConfigurationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Capabilities" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Capabilities for a Device</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Attributes for a Device</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="SerialNbr" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Serial number of PIN pad or PIN entry device (PED).</p>
          <p xmlns="http://Hps.Exchange.PosGateway">
            <b>Note:</b> Required for Interac debit services in Canada.
            </p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="8" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TxnMCC" type="mccType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">MCC value that is passed from POS.</p>
          <p xmlns="http://Hps.Exchange.PosGateway">For original transactions only. Not used for transactions where the request contains an original transaction id.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema