Refresh NIBSS Mandate Status
Overview​
The RefreshNibssMandateStatusCommand synchronizes the local mandate status with the current status from NIBSS. Use this to ensure the mandate's status reflects the latest state at NIBSS.
Command Details​
- Command:
RefreshNibssMandateStatusCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
mandateId | long | Yes | The ID of the mandate to refresh |
Try It Out​
POST
/api/bpm/cmdRefreshNibssMandateStatusCommandRequest Body
Response Structure​
{
"response": {
"id": 5012,
"status": "Active"
},
"responseCode": "00",
"responseDescription": "Mandate status refreshed successfully"
}
Related Operations​
- Retrieve NIBSS Mandate by ID — View full mandate details
- Start NIBSS Mandate — Activate a mandate
- Stop NIBSS Mandate — Stop a mandate