Skip to main content

Start NIBSS Mandate

Overview​

The StartNibssMandateCommand activates an authorised mandate for collections. Once started, the mandate transitions to Active status and debits can be initiated against the payer's account.

Command Details​

  • Command: StartNibssMandateCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
mandateIdlongYesThe ID of the mandate to start

Try It Out​

POST/api/bpm/cmdStartNibssMandateCommand
Request Body

Response Structure​

{
"response": {
"id": 5012,
"status": "Active"
},
"responseCode": "00",
"responseDescription": "Mandate started successfully"
}