Skip to main content

Class Item

Represents an individual check item


Properties

NAMETYPEDESCRIPTION
AccountNameSystem.StringA string value with the Nickname of the account intended to display to the user. This correlates to the Name from the AddAccount class. Max length 50 characters. Required field.
AccountReferenceIDSystem.StringA string value with the account identification number in the EPS system (this is not the account number). Must be a unique value that most often corresponds to the account's unique identifier in the Financial Institution's system.
AmountSystem.StringThe amount in DECIMAL format of an individual check item.
BatchReferenceSystem.StringThis is a unique string value assigned to a batch by EPS from the CreateBatchRequest. This references the batch containing the item.
EventsJackHenry.Eps.Mobile.Event[]Events that were performed on an individual check item.
IQAStatus System.String Image quality status.
ItemReferenceSystem.StringREQUIRED. String Value. The item reference number associated with a specific item in a batch used to find more details about the item. Provided in the AddItem response.
MemoSystem.StringDeposit reference information that is provided by the depositor. The maximum length of the field is 50 characters with no restrictions on the type of character and is OPTIONAL.
ProcessingStatus System.String Once a transaction is created, this will have a value and contain the processing status code. NOTE: Show this status once a transaction is created. For example, show this status when the user clicks on a mobile deposit "Review" page.
ProcessingStatusDescription System.String Once a transaction is created, this will have a value and will contain the processing status to be displayed.
Status System.String The status code of the item. NOTE: Show this status until a transaction is created - then show the "Processing Status".
StatusDescription System.String The status description to be displayed.
TransactionReferenceNumberSystem.StringA unique string value assigned to each transaction. The value is systematically assigned by EPS.

Item.ProcessingStatus

Processing StatusProcessing Status Description
TransactionStatus1Approved
TransactionStatus101Awaiting Approval
TransactionStatus100Awaiting Capture
TransactionStatus53Collected
TransactionStatus0Declined
TransactionStatus201Disputed
TransactionStatus2Error
TransactionStatus103In Collection
TransactionStatus104In Research
TransactionStatus203Invalid Closed Account
TransactionStatus205Other Check21 Returns
TransactionStatus51Processed
TransactionStatus204Resolved
TransactionStatus102Suspended
TransactionStatus211Unauthorized
TransactionStatus202Uncollected NSF
TransactionStatus3Voided

Item.IQAStatus

Possible Values
Done
Failed
Needs to be done
Nothing
Suspect

Item.Status

Item Status CodeItem Status Description
Item Status CodeItem Status Description
ItemStatus01Approved
ItemStatus02Check Decisioning Error
ItemStatus03Closed
ItemStatus04Created
ItemStatus05Deleted
ItemStatus06Error
ItemStatus07Needs Attention
ItemStatus08Needs Rescan
ItemStatus09Rejected
ItemStatus11Rescanned
ItemStatus12Resolved
ItemStatus13Sent to Processing
ItemStatus14Processing Error

Item.StatusDescription

Item Status CodeItem Status Description
ItemStatus01Approved
ItemStatus02Check Decisioning Error
ItemStatus03Closed
ItemStatus04Created
ItemStatus05Deleted
ItemStatus06Error
ItemStatus07Needs Attention
ItemStatus08Needs Rescan
ItemStatus09Rejected
ItemStatus11Rescanned
ItemStatus12Resolved
ItemStatus13Sent to Processing
ItemStatus14Processing Error

Item.ProcessingStatusDescription

Processing StatusProcessing Status Description
TransactionStatus1Approved
TransactionStatus101Awaiting Approval
TransactionStatus100Awaiting Capture
TransactionStatus53Collected
TransactionStatus0Declined
TransactionStatus201Disputed
TransactionStatus2Error
TransactionStatus103In Collection
TransactionStatus104In Research
TransactionStatus203Invalid Closed Account
TransactionStatus205Other Check21 Returns
TransactionStatus51Processed
TransactionStatus204Resolved
TransactionStatus102Suspended
TransactionStatus211Unauthorized
TransactionStatus202Uncollected NSF
TransactionStatus3Voided

Example

{
"__type": "Item:#JackHenry.Eps.Mobile.RDA",
"ItemReference": "String Content",
"BatchReference": "String Content",
"TransactionReferenceNumber": "String Content",
"Status": "String Content",
"StatusDescription": "String Content",
"ProcessingStatus": "String Content",
"ProcessingStatusDescription": "String Content",
"Amount": 12678967.54,
"IQAStatus": "String Content",
"Events": [],
"AccountName": "String Content",
"AccountReferenceID": "String Content",
"Memo": "String Content"
}