Activate Remita Loan Mandate
Overview​
Activates the salary deduction mandate for an approved loan. The loan must be in Approved status. Once the mandate is activated, the loan transitions to MandateActive status and salary deductions will begin on the borrower's next pay cycle.
Command Details​
- Command:
ActivateRemitaMandateCommand - 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 |
Try It Out​
POST
/api/bpm/cmdActivateRemitaMandateCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 5001,
"status": "MandateActive",
"mandateReference": "REM-MND-2026-0042",
"activatedAt": "2026-03-09T13:00:00Z"
},
"message": "Salary deduction mandate activated successfully"
}
Related Operations​
- Approve Loan — Approve the loan request first
- Disburse Loan — Disburse loan after mandate activation
- Process Activate Mandate — Calls Remita API to activate mandate
- Process Stop Mandate — Stop the mandate via Remita API