Skip to main content

Class Batch

This object contains processing information about a specific deposit batch.


Properties

NAMETYPEDESCRIPTION
BatchNumberSystem.StringA string value that can be assigned by the user to correlate to the Financial Institution's system or auto generated by the EPS system if left blank. This value must be unique. Also known as Deposit Name. Refer to GetSettingsRequest Class ShowCustomBatchID. Conditional field. Max 40 characters.
BatchReferenceSystem.StringThis is a unique string value assigned to a batch by EPS from the CreateBatchRequest.
EventsJackHenry.Eps.Mobile.Event[]Events that have occured on the batch.
LocationNameSystem.StringA string value defining the location for the type of deposit. Possible values: Mobile Consumer Capture or Mobile MicroBusiness Capture.
Status System.String The Batch status code.
StatusDescription System.String The Batch status description to be displayed.
TotalAmountSystem.DecimalThe amount of the items in the batch in DECIMAL format.
TotalCountSystem.DecimalThe number of items in the batch.

Batch.Status

Batch Status CodeBatch Status Description
BatchStatus01Deleted
BatchStatus02Deposited
BatchStatus03Deposited With Adjustment
BatchStatus04Needs Rescan
BatchStatus05Open For Scanning
BatchStatus06Partial Deposit
BatchStatus07Rejected
BatchStatus08Submitted
BatchStatus09Unknown

Batch.StatusDescription

Batch Status CodeBatch Status Description
BatchStatus01Deleted
BatchStatus02Deposited
BatchStatus03Deposited With Adjustment
BatchStatus04Needs Rescan
BatchStatus05Open For Scanning
BatchStatus06Partial Deposit
BatchStatus07Rejected
BatchStatus08Submitted
BatchStatus09Unknown

Example

{
"__type": "Batch:#JackHenry.Eps.Mobile.RDA",
"LocationName": "String Content",
"BatchReference": "String Content",
"BatchNumber": "String Content",
"Status": "String Content",
"StatusDescription": "String Content",
"TotalAmount": 12678967.54,
"TotalCount": 12678967.54,
"Events": []
}