Skip to main content

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​

FieldTypeRequiredDescription
mandateIdlongYesThe ID of the mandate to authorise
commentstringNoApproval comment or note

Try It Out​

POST/api/bpm/cmdAuthoriseNibssMandateCommand
Request Body

Response Structure​

{
"response": {
"id": 5012,
"status": "Authorised"
},
"responseCode": "00",
"responseDescription": "Mandate authorised successfully"
}