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​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | ID of the loan request to activate mandate for |
comment | string | No | Optional comment for mandate activation |
Try It Out​
POST
/api/bpm/cmdProcessRemitaActivateMandateCommandRequest 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"
}
Related Operations​
- Activate Mandate — Internal mandate activation command
- Process Stop Mandate — Stop mandate via Remita API
- Disburse Loan — Disburse loan after mandate activation