Skip to main content

Class GetItemEventsByDateRangeResponse


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>
<GetItemEventsByDateRangeResponse xmlns="https://ssl.selectpayment.com/">
<GetItemEventsByDateRangeResult>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>1101</BatchNumber>
<ItemId>187935201</ItemId>
<EventDateTime>2011-03-03T07:48:29.617</EventDateTime>
<EventType>RemoteKeyed</EventType>
<UserName>Admin - DISABLED</UserName>
<Description>51.40</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>1101</BatchNumber>
<ItemId>187935203</ItemId>
<EventDateTime>2011-03-03T07:48:11.07</EventDateTime>
<EventType>CheckDecisioningError</EventType>
<UserName>RD</UserName>
<Description>Check Decisioning Failed:MICR line is invalid</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>1101</BatchNumber>
<ItemId>187935203</ItemId>
<EventDateTime>2011-03-03T07:48:48.617</EventDateTime>
<EventType>RemoteKeyed</EventType>
<UserName>Admin - DISABLED</UserName>
<Description>0</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>1101</BatchNumber>
<ItemId>187935203</ItemId>
<EventDateTime>2011-03-03T08:15:22.247</EventDateTime>
<EventType>IQUA</EventType>
<UserName>Angie</UserName>
<Description>IQUA Override</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>1101/BatchNumber>
<ItemId>187935203</ItemId>
<EventDateTime>2011-03-03T08:22:02.217</EventDateTime>
<EventType>CARReco</EventType>
<UserName>Angie</UserName>
<Description>25</Description>
</WSItemEvent>
<WSItemEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>1101</BatchNumber>
<ItemId>177515253</ItemId>
<EventDateTime>2011-03-03T07:48:23.283</EventDateTime>
<EventType>CARReco</EventType>
<UserName>Admin - DISABLED</UserName>
<Description>47.40</Description>
</WSItemEvent>
</GetItemEventsByDateRangeResult>
</GetItemEventsByDateRangeResponse>
</soap:Body>
</soap:Envelope>