Skip to main content

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​

FieldTypeRequiredDescription
mandateIdlongYesThe ID of the mandate to refresh

Try It Out​

POST/api/bpm/cmdRefreshNibssMandateStatusCommand
Request Body

Response Structure​

{
"response": {
"id": 5012,
"status": "Active"
},
"responseCode": "00",
"responseDescription": "Mandate status refreshed successfully"
}