Process Remita Stop Mandate
Overview​
Stops an active salary deduction mandate via the Remita API. This command communicates directly with the Remita platform to deactivate automatic salary deductions for the specified loan.
Command Details​
- Command:
ProcessRemitaStopMandateCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | ID of the loan request whose mandate to stop |
comment | string | No | Optional comment for stopping the mandate |
Try It Out​
POST
/api/bpm/cmdProcessRemitaStopMandateCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 5001,
"mandateReference": "REM-MND-2026-0042",
"remitaStatusCode": "00",
"remitaStatusMessage": "Mandate stopped successfully",
"stoppedAt": "2026-03-09T15:00:00Z"
},
"message": "Remita mandate stopped successfully"
}
Related Operations​
- Process Activate Mandate — Activate mandate via Remita API
- Cancel Loan — Cancel the loan request
- Retrieve Loan by ID — View loan request details