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​
| Field | Type | Required | Description |
|---|---|---|---|
mandateId | long | Yes | The ID of the mandate to disapprove |
comment | string | Yes | Reason for disapproving the mandate |
Try It Out​
POST
/api/bpm/cmdDisapproveNibssMandateCommandRequest Body
Response Structure​
{
"response": {
"id": 5012,
"status": "Disapproved"
},
"responseCode": "00",
"responseDescription": "Mandate disapproved successfully"
}
Related Operations​
- Authorise NIBSS Mandate — Approve the mandate instead
- Update NIBSS Mandate — Fix issues and re-submit
- Retrieve NIBSS Mandate by ID — View mandate details