Open the Portico Developer Guide site
PosGateway Schema
TrackData Element
PosGateway Schema > CardDataType Complex Type : TrackData Element
Description

Track data is the full magnetic stripe data.

Note: TrackData is unique in that it has an attribute "method" that is used to indicate how the associated data was obtained.

Namespace http://Hps.Exchange.PosGateway
Type
CardDataTypeTrackData Complex Type
Overview
TrackData CardDataTypeTrackData Complex Type

Track data is the full magnetic stripe data.

Note: TrackData is unique in that it has an attribute "method" that is used to indicate how the associated data was obtained.

method optional CardDataTypeTrackDataMethod Simple Type

Indicates the method by which the track data was obtained; see the associated Type enumerations for specific values supported

Note: If not provided, the method is assumed to be a typical card swipe.

Source
<xs:element name="TrackData" type="CardDataTypeTrackData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Track data is the full magnetic stripe data.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> TrackData is unique in that it has an attribute "method" that is used to indicate how the associated data was obtained.
              </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CardDataType Complex TypePosGateway Schema