Open Batch Message

An open batch message indicates the start of the batch. The seqNum of this message should be 1 in the message group.

Table 1. Open Batch Message Values
Parameter Name Value Description
type Open Batch message type
userField   User field of the batch message
enterpriseId   Enterprise identifier of the batch (ICL)
bankID   Bank identifier of the batch (ICL)
branchID   Branch identifier of the batch (ICL)
batchID   Batch identifier of the batch (ICL)
businessDate   Business date of the batch (ICL)
sourceType   Source type of the batch (ICL)
openDateTime   The open time of the batch (ICL) in the form yyyy-mm-ddThh:mm:ss. The "T" starts the time area.
providerTimeZone   The batch (ICL) provider time zone
originalRecordData   Original record data of the open batch message. The format attribute is IR.
The payload portion of a sample open batch message in XML is shown:
<cap:batchRecord type="open"  xmlns:cap="http://www.ibm.com/PayDirCapture"
     xmlns:xsi="http://www.w3.org/2001/xmlSchema-instance">
  <userField>sample batch user data</userField>
  <enterpriseID>enterprise0</enterpriseID>
  <bankID>bank0</bankID>
  <branchID>branch0</branchID>
  <batchID>batch0</batchID>
  <businessDate>2008-09-26</businessDate>
  <sourceType>teller</sourceType>
  <openDateTime>2008-09-27T12:00:00</openDateTime>
  <providerTimeZone>-04:00</providerTimeZone>
  <originalRecordData format="IR"></originalRecordData>
</cap:batchRecord>