Authorize Remita Collection Batch
Overview​
Authorizes a collection batch, transitioning it from Draft to Authorized status. Only authorized batches can be run to execute the underlying collection requests. This serves as the approval step in the maker-checker workflow.
Command Details​
- Command:
AuthorizeRemitaCollectionBatchCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | The ID of the batch to authorize |
comment | string | No | Optional authorization comment |
Try It Out​
POST
/api/bpm/cmdAuthorizeRemitaCollectionBatchCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 3001,
"status": "Authorized",
"authorizedAt": "2026-03-08T11:00:00Z"
},
"message": "Collection batch authorized successfully"
}
Related Operations​
- Reject Collection Batch — Reject the batch instead
- Run Collection Batch — Execute all collections in the batch
- Retrieve Collection Batches — List batch records