Run NIBSS Collection Batch
Overview​
Executes an Active collection batch, triggering NIBSS direct debit calls for each item in the batch. Each collection item is submitted to NIBSS for processing against the linked mandate.
warning
This triggers actual debit transactions against customer accounts via NIBSS. Ensure the batch is reviewed before running.
Command Details​
- Command:
RunNibssCollectionBatchCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
batchId | long | Yes | ID of the active collection batch to execute |
Try It Out​
POST
/api/bpm/cmdRunNibssCollectionBatchCommandRequest Body
Response Structure​
{
"response": {
"id": 2001,
"status": "Processing",
"processedCount": 3,
"successCount": 2,
"failedCount": 1
},
"responseCode": "00",
"responseDescription": "Batch execution started"
}
Related Operations​
- Activate Batch — Batch must be activated before running
- Retrieve Collections — View individual collection results
- Retrieve Transactions — View transaction-level details