Open the Portico Developer Guide site
PosGateway Schema
DataFormat Element
PosGateway Schema > EncryptionDataType Complex Type : DataFormat Element
Description

EncryptionDataFormat is an optional field to be used for encryption Version "05" to define the encryption encoding format

EncryptionDataFormat 1 Denotes the CardData sent to PORTICO is Binary

EncryptionDataFormat 2 Denotes the CardData sent to PORTICO is ASCII

Namespace http://Hps.Exchange.PosGateway
Type
encryptedDataFormatType Simple Type
Overview
DataFormat optional encryptedDataFormatType Simple Type

EncryptionDataFormat is an optional field to be used for encryption Version "05" to define the encryption encoding format

EncryptionDataFormat 1 Denotes the CardData sent to PORTICO is Binary

EncryptionDataFormat 2 Denotes the CardData sent to PORTICO is ASCII

Source
<xs:element name="DataFormat" type="encryptedDataFormatType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">EncryptionDataFormat is an optional field to be used for encryption Version "05" to define the encryption encoding format</p>
      <p xmlns="http://Hps.Exchange.PosGateway">EncryptionDataFormat 1 Denotes the CardData sent to PORTICO is Binary</p>
      <p xmlns="http://Hps.Exchange.PosGateway">EncryptionDataFormat 2 Denotes the CardData sent to PORTICO is ASCII</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
EncryptionDataType Complex TypePosGateway Schema