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
Possible process responses are:
- RD – Remote Deposit
- RDBU – Remote Deposit Batch Updater
- Admin - DISABLED
WSItemEventType
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| Created | 0 | |
| Error | 3 | |
| Rejected | 5 | |
| Resolved | 6 | |
| Deleted | 7 | |
| SentToTransactionProcessing | 8 | |
| TPError | 9 | |
| NeedsRescan | 10 | |
| NeedsAttention | 11 | |
| Rescan | 12 | |
| CheckDecisioningError | 13 | |
| CheckDecisionPerformed | 92 | |
| CARReco | 101 | |
| MICRReco | 102 | |
| IQUA | 103 | |
| MICRRepair | 104 | |
| MICRRepairFailed | 105 | |
| RemoteKeyed | 106 | |
| CARRecoFailed | 107 | |
| MICRRecoFailed | 108 | |
| Updated | 109 |