Reject Remita Loan Request
Overview​
Rejects a pending loan request. The loan must be in PendingApproval status. The rejection comment is recorded for audit purposes.
Command Details​
- Command:
RejectRemitaLoanRequestCommand - Type: Command
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | ID of the loan request to reject |
comment | string | No | Reason for rejecting the loan request |
Try It Out​
POST
/api/bpm/cmdRejectRemitaLoanRequestCommandRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 5001,
"status": "Rejected",
"rejectedBy": "admin@bank.com",
"rejectedAt": "2026-03-09T12:00:00Z",
"comment": "Insufficient documentation"
},
"message": "Loan request rejected"
}
Related Operations​
- Approve Loan — Approve the loan request instead
- Retrieve Loan by ID — View loan request details
- Process Reject Loan — Process rejection with notification