Open the Portico Developer Guide site
PosGateway Schema
TokenUpdaterHistory Element
PosGateway Schema > PosResponse Element > Ver1.0 Element > Transaction Element : TokenUpdaterHistory Element
Namespace http://Hps.Exchange.PosGateway
Type
PosTokenUpdaterHistoryRspType Complex Type
Diagram
Results Element CountContactCardholder Element CountAccountsClosed Element CountUpdateExpirationDate Element CountUpdateCardNumber Element TotalMatchingRecords Element Limit Element Offset Element ReportEndDate Element ReportStartDate Element All TokenUpdaterHistory Element
Overview
All
ReportStartDate xs:dateTime

Start of the reporting date

ReportEndDate xs:string

End of the reporting date

Offset optional xs:int

Records to be returned limit

Limit optional xs:int

Records to be returned limit

TotalMatchingRecords xs:int

Total number of records returned

CountUpdateCardNumber optional xs:int

Count of card numbers updated

CountUpdateExpirationDate optional xs:int

Count of expiration dates updated

CountAccountsClosed optional xs:int

Count of accounts closed

CountContactCardholder optional xs:int

Count of contact cardholder

Results

Array of return records

Sequence
TokenDetails 0..∞ TokenUpdaterHistoryResultType Complex Type

Contains detailed information about an update that was performed

All
UpdateAction xs:string

Type of update that was performed

TokenValue xs:string

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

PreviousCardNumber xs:string

Displays the first 6 and last 4 digits of the PAN prior to the update performed

NewCardNumber xs:string

Displays the first 6 and last 4 digits of the PAN after the update was performed

PreviousExpirationDate xs:string

Displays the expiration date prior to the update performed

NewExpirationDate xs:string

Displays the expiration date after the update was performed

UpdateDate xs:string

Date the update was performed

Source
<xs:element name="TokenUpdaterHistory" type="PosTokenUpdaterHistoryRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
Transaction ElementVer1.0 ElementPosResponse ElementPosGateway Schema