Skip to main content

Class GetBatchEventsByBatchNumberResponse


Properties

NAMETYPEDESCRIPTION
WSBatchEventWSBatchEvent[]

WSBatchEvent

NAMETYPELENGTHDESCRIPTION
EntityIdintUnique identifier that is generated by EPS
LocationIdintUnique identifier generated by EPS for each location
BatchNumberstring40Unique identifier of the batch that is being requested
EventDateTimeDateTimeThe date and time the specific event or process took place.
EventTypeWSBatchEventTypePossible responses are:
  • Open
  • Closed
  • Error
  • ReadyForProcessing
  • Rejected
  • Deleted
  • SentToTransactionProcessing
  • TPError (Transaction processing error)
  • NeedsBalancing
  • PartiallyProcessed
  • TPBatchCreationFailed
  • PartialDeposit
  • NeedsRescan
  • NeedsNoRescan
  • NeedsAttention
  • NeedsNoAttention
  • Adjustment
  • ProcessedWithAdjustment
  • Updated
  • Duplicate_Items_In_Batch
  • Rejected_Items_In_Batch
  • SecondLook
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
Descriptionstring50

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>
<GetBatchEventsByBatchNumberResponse xmlns="https://ssl.selectpayment.com/">
<GetBatchEventsByBatchNumberResult>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:33:06.83</EventDateTime>
<EventType>Opened</EventType>
<UserName>SusieQ</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:33:45.143</EventDateTime>
<EventType>Closed</EventType>
<UserName>SusieQ</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:34:16.93</EventDateTime>
<EventType>NeedsAttention</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:34:17.053</EventDateTime>
<EventType>NeedsNoRescan</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:45:26.173</EventDateTime>
<EventType>NeedsNoAttention</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:45:26.3</EventDateTime>
<EventType>ReadyForProcessing</EventType>
<UserName>RDBU</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1201</BatchNumber>
<EventDateTime>2011-03-02T08:45:27.937</EventDateTime>
<EventType>Duplicate_Items_In_Batch</EventType>
<UserName>Admin - DISABLED</UserName>
<Description>1 duplicate item in the batch.</Description>
</WSBatchEvent>
</GetBatchEventsByBatchNumberResult>
</GetBatchEventsByBatchNumberResponse>
</soap:Body>
</soap:Envelope>