Open the Portico Developer Guide site
PosGateway Schema
DebitMac Element
PosGateway Schema > AuthRspStatusType Complex Type : DebitMac Element
Description

A group of optional fields that are related to Message Authentication

Namespace http://Hps.Exchange.PosGateway
Type
DebitMacRspType Complex Type
Diagram
MessageAuthenticationCode Element TraceNumber Element FieldKey Element PinKey Element MacKey Element BankResponseCode Element TransmissionNumber Element TransactionCode Element All DebitMac Element
Overview
DebitMac optional DebitMacRspType Complex Type

A group of optional fields that are related to Message Authentication

All
TransactionCode optional xs:string

Code that indicates type of transaction on the host.

TransmissionNumber optional xs:string

Used for MACing and receipt on the host.

BankResponseCode optional xs:string

Used for MACing and receipt on the host.

MacKey optional xs:string

Current working key.

PinKey optional xs:string

Current working key.

FieldKey optional xs:string

Used to decrypt field information.

TraceNumber optional xs:string

Number identifying original transaction.

MessageAuthenticationCode optional xs:string

A block of encrypted data to be sent from the POS on every contact Interac sale and return request. Required for Canadian merchants processing debit reversals.

Source
<xs:element name="DebitMac" type="DebitMacRspType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A group of optional fields that are related to Message Authentication</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
AuthRspStatusType Complex TypePosGateway Schema