Skip to main content

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​

FieldTypeRequiredDescription
idlongYesID of the loan request whose mandate to stop
commentstringNoOptional comment for stopping the mandate

Try It Out​

POST/api/bpm/cmdProcessRemitaStopMandateCommand
Request 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"
}