Open the Portico Developer Guide site
PosGateway Schema
TokenUpdaterHistory Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : TokenUpdaterHistory Element
Description

Allows merchants to retrieve a counts or details report of token updates performed by Auto Account Updater

Namespace http://Hps.Exchange.PosGateway
Type
PosTokenUpdaterHistoryReqType Complex Type
Diagram
Action Element TokenValue Element Offset Element Limit Element ReportEndDate Element ReportStartDate Element All TokenUpdaterHistory Element
Overview
TokenUpdaterHistory PosTokenUpdaterHistoryReqType Complex Type

Allows merchants to retrieve a counts or details report of token updates performed by Auto Account Updater

All
ReportStartDate xs:dateTime

Start of the reporting date.

ReportEndDate optional xs:dateTime

End of the reporting date. If null, current date is used.

Limit optional Restriction of xs:int

Records to be returned limit. Default is no limit.

Offset optional Restriction of xs:int

Records to be returned limit. Default is no limit.

TokenValue optional xs:string

Multi-use or single-use token; used as a reference to a payment method for this transaction.

Action TokenUpdaterHistoryActionResultType Simple Type

Type of report to retrieve from ETS.

Source
<xs:element name="TokenUpdaterHistory" type="PosTokenUpdaterHistoryReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Allows merchants to retrieve a counts or details report of token updates performed by Auto Account Updater</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema