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​
| Field | Type | Required | Description |
|---|---|---|---|
mandateId | long | Yes | The ID of the mandate to start |
Try It Out​
POST
/api/bpm/cmdStartNibssMandateCommandRequest Body
Response Structure​
{
"response": {
"id": 5012,
"status": "Active"
},
"responseCode": "00",
"responseDescription": "Mandate started successfully"
}
Related Operations​
- Authorise NIBSS Mandate — Authorise a mandate before starting
- Stop NIBSS Mandate — Stop the active mandate
- Retrieve NIBSS Mandate by ID — Check mandate status