Skip to main content

Class GetItemEventsByItemIdResponse


Properties

NAMETYPEDESCRIPTION
WSItemEventWSItemEvent[]

WSItemEvent

NAMETYPELENGTHDESCRIPTION
EntityIdintA unique identifier that is generated by EPS.
LocationIdintA unique identifier generated by EPS for each location.
BatchNumberstring40A unique identifier of the batch that is being requested.
ItemIdlongA unique system assigned value that identifies the specific transaction being requested.
EventDateTimeDateTimeThe date and time the specific event or process took place.
EventTypeWSItemEventTypePossible responses are:
  • Created
  • Error
  • Rejected
  • Resolved
  • Deleted
  • SentToTransactionProcessing
  • TPError
  • NeedsRescan
  • NeedsAttention
  • Rescan
  • CheckDecisioningError
  • CheckDecisionPerformed
  • CARReco
  • MICRReco
  • IQUA
  • MICRRepairFailed
  • RemoteKeyed
  • CARRecoFailed
  • MICRRecoFailed
  • Updated
UserNamestringThis element will either display the initials of the process or the name of the person responsible for the event.

Possible process responses are:
  • RD – Remote Deposit
  • RDBU – Remote Deposit Batch Updater
  • Admin - DISABLED
Descriptionstring50This field could contain the amount of the transaction or a further explanation of an event.

Examples

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetItemEventsByItemIdResponse xmlns="https://ssl.selectpayment.com/">
<GetItemEventsByItemIdResult>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<ItemId>162187319</ItemId>
<EventDateTime>2011-02-07T14:41:50.54</EventDateTime>
<EventType>Created</EventType>
<UserName>SusieQ</UserName>
<Description/>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<ItemId>162187319</ItemId>
<EventDateTime>2011-02-07T14:41:50.557</EventDateTime>
<EventType>CheckDecisioningError</EventType>
<UserName>RD</UserName>
<Description>Check Decisioning Failed:Invalid character printed</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<ItemId>162187319</ItemId>
<EventDateTime>b53</EventDateTime>
<EventType>CARReco</EventType>
<UserName>Admin - DISABLED</UserName>
<Description>47.40</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<ItemId>162187319</ItemId>
<EventDateTime>2011-02-07T15:17:43.907</EventDateTime>
<EventType>CheckDecisionPerformed</EventType>
<UserName>Lisa</UserName>
<Description>o4322344o t111000025t 45645564456o</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<ItemId>162187319</ItemId>
<EventDateTime>2011-02-07T15:17:43.907</EventDateTime>
<EventType>MICRRepair</EventType>
<UserName>Lisa</UserName>
<Description>o4322344o t111000025t 45645564456o</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<ItemId>162187319</ItemId>
<EventDateTime>2011-02-07T15:18:11.71</EventDateTime>
<EventType>SentToTransactionProcessing</EventType>
<UserName>Admin - DISABLED</UserName>
<Description/>
</WSItemEvent>
</GetItemEventsByItemIdResult>
</GetItemEventsByItemIdResponse>
</soap:Body>
</soap:Envelope>