Skip to main content

Run Remita Collection Batch

Overview​

Executes all collection items in an authorized batch. Each item triggers a debit request to Remita against the associated mandate. The batch transitions to Processing status while collections are being submitted.

warning

Running a collection batch will initiate real debit calls to the Remita platform. Each collection item will attempt to debit the payer's account at their bank. Ensure the batch contents are correct before executing this command. This action cannot be undone once Remita begins processing.

Command Details​

  • Command: RunRemitaCollectionBatchCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
idlongYesThe ID of the batch to execute

Try It Out​

POST/api/bpm/cmdRunRemitaCollectionBatchCommand
Request Body

Response Structure​

{
"success": true,
"data": {
"id": 3001,
"status": "Processing",
"startedAt": "2026-03-08T14:00:00Z"
},
"message": "Collection batch execution started"
}