Open Batch Message
Table 1 provides parameter information
for open batch messages.
| Parameter Name | Values | Description |
|---|---|---|
| type | open | Batch message type |
| userField | User field of the batch message | |
| enterpriseID | Enterprise identifier of the batch | |
| bankID | Bank identifier of the batch | |
| branchID | Branch identifier of the batch | |
| batchID | Batch identifier of the batch | |
| businessDate | Business date of the batch | |
| sourceType | Source type of the batch | |
| openDateTime | The open time of the batch in yyyy-mm-ddThh:mm:ss format. T starts the time area. | |
| providerTimeZone | The batch provider time zone | |
| originalRecordData | The original record data of the open batch message. The format attribute is IR. |
The following is an XML sample for an open batch message:
<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>