Skip to main content

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​

FieldTypeRequiredDescription
idlongYesID of the loan request to activate mandate for

Try It Out​

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