Authorise NIBSS Mandate
Overview​
The AuthoriseNibssMandateCommand submits a mandate to NIBSS for approval. This transitions the mandate from Draft to Authorised status, making it eligible to be started for collections.
Command Details​
- Command:
AuthoriseNibssMandateCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
mandateId | long | Yes | The ID of the mandate to authorise |
comment | string | No | Approval comment or note |
Try It Out​
POST
/api/bpm/cmdAuthoriseNibssMandateCommandRequest Body
Response Structure​
{
"response": {
"id": 5012,
"status": "Authorised"
},
"responseCode": "00",
"responseDescription": "Mandate authorised successfully"
}
Related Operations​
- Create NIBSS Mandate — Create a mandate to authorise
- Start NIBSS Mandate — Activate the authorised mandate for collections
- Disapprove NIBSS Mandate — Reject a mandate instead