Review Disbursement Batch
Overview​
Accepts the review of a disbursement batch, moving it from PendingReview to Reviewed status. This is the first level of the approval workflow. The reviewer confirms that the batch contents are correct and appropriate.
Command Details​
- Command:
ReviewDisbursementBatchCommand - Type: Command (write operation)
- Batch status requirement:
PendingReview - Status on success:
Reviewed - Permissions required: Disbursement Review
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
batchId | long | Yes | ID of the batch |
comment | string | No | Review comment |
Try It Out​
POST
/api/bpm/cmdReviewDisbursementBatchCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"batchId": 1024,
"status": "Reviewed",
"reviewedBy": "jane.reviewer@bank.com",
"reviewedAt": "2026-03-08T12:00:00Z",
"comment": "Reviewed and forwarded for approval"
},
"message": "Batch review accepted"
}
Related Operations​
- Confirm Disbursement Batch — Submit batch for review
- Reject Disbursement Review — Reject the batch at review stage
- Approve Disbursement Batch — Give final approval