Retrieve Remita Loan Request by ID
Overview​
Retrieves detailed information about a specific loan request by its ID, including borrower details, loan terms, current status, and mandate information.
Command Details​
- Command:
RetrieveRemitaLoanRequestByIdQuery - Type: Query
API Endpoint​
POST /api/bpm/cmd
Request Structure​
| Field | Type | Required | Description |
|---|---|---|---|
id | long | Yes | ID of the loan request to retrieve |
Try It Out​
POST
/api/bpm/cmdRetrieveRemitaLoanRequestByIdQueryRequest Body
Response Structure​
{
"success": true,
"data": {
"id": 5001,
"cif": "CIF-001234",
"accountNumber": "0012345678",
"accountName": "John Doe",
"bvn": "22345678901",
"loanAmount": 5000000.00,
"collectionAmount": 500000.00,
"tenure": 12,
"interestRate": 18.5,
"status": "Disbursed",
"mandateReference": "REM-MND-2026-0042",
"transactionReference": "TXN-2026-03-09-00421",
"createdAt": "2026-01-15T10:30:00Z",
"approvedAt": "2026-01-16T09:00:00Z",
"disbursedAt": "2026-01-17T14:00:00Z"
},
"message": "Loan request retrieved successfully"
}
Related Operations​
- Retrieve Loans — List all loan requests
- Update Loan Request — Update loan request details
- Get Payment History — View repayment history for this loan
- Sync Payment History — Sync Remita repayments to local DB