Open the Portico Developer Guide site
PosGateway Schema
EMVDataType Complex Type
PosGateway Schema : EMVDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PINBlock Element EMVChipCondition Element EMVTagData Element All EMVDataType Complex Type
Overview
All
EMVTagData optional emvTagDataType Simple Type

EMV tag data in TLV format.

Note: This field has been obsoleted.See the TagData field for the alternative.

EMVChipCondition optional emvChipConditionType Simple Type

This must be provided when the POS was not able to successfully communicate to the chip card and was required to fall back to a magnetic stripe read on an EMV capable terminal.

The values can indicate multiple factors:

  • The EMV chip read failed
  • Did the previous attempt fail

See enumerations for specific values supported

PINBlock optional pinBlockType Simple Type

Chip card PIN block for online authentication

Used By
EMVData Element
EMVData Element
EMVData Element
EMVData Element
EMVData Element
EMVData Element
Source
<xs:complexType name="EMVDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="EMVTagData" type="emvTagDataType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">EMV tag data in TLV format.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note: This field has been obsoleted.</strong>See the TagData field for the alternative.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EMVChipCondition" type="emvChipConditionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">This must be provided when the POS was not able to successfully communicate to the chip card and was required to fall back to a magnetic stripe read on an EMV capable terminal.</p>
          <p xmlns="http://Hps.Exchange.PosGateway">
              The values can indicate multiple factors:
              <ul><li>The EMV chip read failed</li><li>Did the previous attempt fail</li></ul></p>
          <p xmlns="http://Hps.Exchange.PosGateway">See enumerations for specific values supported</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PINBlock" type="pinBlockType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Chip card PIN block for online authentication</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema