Open the Portico Developer Guide site
PosGateway Schema
SerialNbr Element
PosGateway Schema > DeviceConfigurationType Complex Type : SerialNbr Element
Description

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

Note: Required for Interac debit services in Canada.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
SerialNbr optional Restriction of xs:string

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

Note: Required for Interac debit services in Canada.

Source
<xs:element name="SerialNbr" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
DeviceConfigurationType Complex TypePosGateway Schema