Skip to main content

Disapprove NIBSS Mandate

Overview​

The DisapproveNibssMandateCommand rejects a mandate, preventing it from being authorised or used for collections. A comment explaining the rejection is required.

Command Details​

  • Command: DisapproveNibssMandateCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
mandateIdlongYesThe ID of the mandate to disapprove
commentstringYesReason for disapproving the mandate

Try It Out​

POST/api/bpm/cmdDisapproveNibssMandateCommand
Request Body

Response Structure​

{
"response": {
"id": 5012,
"status": "Disapproved"
},
"responseCode": "00",
"responseDescription": "Mandate disapproved successfully"
}