GET /admin/batchsummary
No request fields for Batch Summary Admin Command.
POST /admin/batchclose
| Field | Type | Max Length | Description | Location |
|---|---|---|---|---|
| BatchNo | String | 6 | Batch number returned in Batch Summary | Body |
| BatchItemCount | String | 20 | Batch item count returned in Batch Summary | Body |
| NetBatchTotal | String | 20 | Net of all transactions in batch returned in Batch Summary | Body |
Admin batch command response bodies will include the following fields:
| Field | Type | Max Length | Description |
|---|---|---|---|
| Status 1 | String | 10 | Transaction Status |
| Message | String | 40 | Optional message from the server or processor |
| BatchNo | Numeric | 6 | Batch number returned by processor |
| BatchItemCount | Numeric | 8 | Number of total items in batch |
| NetBatchTotal | Numeric | 10 | Net of all transactions in batch |
1 Status values: Success, or Error