Open the Portico Developer Guide site
PosGateway Schema
DeveloperID Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Header Element : DeveloperID Element
Description

Identifier assigned by Heartland during the certification process; this field is optional to support legacy integrations, but all new integrations require this value.

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

Identifier assigned by Heartland during the certification process; this field is optional to support legacy integrations, but all new integrations require this value.

Source
<xs:element name="DeveloperID" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Identifier assigned by Heartland during the certification process; this field is optional to support legacy integrations, but all new integrations require this value.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="6" />
      <xs:minLength value="6" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Header ElementVer1.0 ElementPosRequest ElementPosGateway Schema