Skip to main content

Stop NIBSS Mandate

Overview​

The StopNibssMandateCommand stops an active mandate, preventing further collections from being made against the payer's account.

Command Details​

  • Command: StopNibssMandateCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
mandateIdlongYesThe ID of the mandate to stop
reasonstringNoReason for stopping the mandate

Try It Out​

POST/api/bpm/cmdStopNibssMandateCommand
Request Body

Response Structure​

{
"response": {
"id": 5012,
"status": "Stopped"
},
"responseCode": "00",
"responseDescription": "Mandate stopped successfully"
}