Open the Portico Developer Guide site
PosGateway Schema
PosInteracDeviceKeysRspType Complex Type
PosGateway Schema : PosInteracDeviceKeysRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
RspText Element RspCode Element PinKey Element MessageAuthenticationCode Element MacKey Element FieldKey Element All PosInteracDeviceKeysRspType Complex Type
Overview
All
FieldKey optional xs:string

Key generated and provided to the PIN pad. This key is used to decrypt the balance information.

MacKey optional xs:string

Key generated and provided to the PIN pad. Key is used to generate the MAC value.

MessageAuthenticationCode optional xs:string

Used to transmit the Message Authentication Code for Canadian debit transactions.

PinKey optional xs:string

Key used to encrypt PIN. Maintained in PIN Pad.

RspCode optional xs:string
RspText optional xs:string
Used By
InteracDeviceKeys Element
Source
<xs:complexType name="PosInteracDeviceKeysRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="FieldKey" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Key generated and provided to the PIN pad. This key is used to decrypt the balance information.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MacKey" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Key generated and provided to the PIN pad. Key is used to generate the MAC value.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MessageAuthenticationCode" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Used to transmit the Message Authentication Code for Canadian debit transactions.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PinKey" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Key used to encrypt PIN. Maintained in PIN Pad.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RspCode" type="xs:string" minOccurs="0" />
    <xs:element name="RspText" type="xs:string" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema