Skip to main content

Process Remita Activate Mandate

Overview​

Calls the Remita API to activate a salary deduction mandate for the loan. This command communicates directly with the Remita platform using SHA-512 HMAC authentication to set up automatic salary deductions from the borrower's employer.

Command Details​

  • Command: ProcessRemitaActivateMandateCommand
  • Type: Command

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
idlongYesID of the loan request to activate mandate for
commentstringNoOptional comment for mandate activation

Try It Out​

POST/api/bpm/cmdProcessRemitaActivateMandateCommand
Request Body

Response Structure​

{
"success": true,
"data": {
"id": 5001,
"mandateReference": "REM-MND-2026-0042",
"remitaStatusCode": "00",
"remitaStatusMessage": "Mandate activated successfully",
"activatedAt": "2026-03-09T13:00:00Z"
},
"message": "Remita mandate activated successfully"
}