Skip to main content

Class WSItemEvent


Properties

| NAME | TYPE | LENGTH | DESCRIPTION | | ------------- | ------------------------------------------------------------------------------------- | ------ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | EntityId | int | | A unique identifier that is generated by EPS. | | LocationId | int | | A unique identifier generated by EPS for each location. | | BatchNumber | string | 40 | A unique identifier of the batch that is being requested. | | ItemId | long | | A unique system assigned value that identifies the specific transaction being requested. | | EventDateTime | DateTime | | The date and time the specific event or process took place. | | EventType | WSItemEventType | | | Possible responses are:

  • Created
  • Error
  • Rejected
  • Resolved
  • Deleted
  • SentToTransactionProcessing
  • TPError
  • NeedsRescan
  • NeedsAttention
  • Rescan
  • CheckDecisioningError
  • CheckDecisionPerformed
  • CARReco
  • MICRReco
  • IQUA
  • MICRRepairFailed
  • RemoteKeyed
  • CARRecoFailed
  • MICRRecoFailed
  • Updated
| | UserName | string | | | This 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
| | Description | string | 50 | This field could contain the amount of the transaction or a further explanation of an event. |

WSItemEventType

NAMETYPEDESCRIPTION
Created0
Error3
Rejected5
Resolved6
Deleted7
SentToTransactionProcessing8
TPError9
NeedsRescan10
NeedsAttention11
Rescan12
CheckDecisioningError13
CheckDecisionPerformed92
CARReco101
MICRReco102
IQUA103
MICRRepair104
MICRRepairFailed105
RemoteKeyed106
CARRecoFailed107
MICRRecoFailed108
Updated109