Get Repayment Schedule
Loans
Get Repayment Schedule
Fetch the full repayment schedule for an active loan.
GET
Get Repayment Schedule
Overview
Returns the complete repayment schedule for an active loan, including due dates, principal, interest, and payment status per instalment.Note: The:loanIdpath parameter is the loan ID (fieldloan_idon the application record, populated after disbursement) — not theapplication_id.
Request
Method:GETURL:
/v1/loans/:loanId/repayments
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
loanId | Path | string | Yes | Loan ID from the application record (loan_id field). |
Response
200 OK
Error Responses
| Status | Message | Cause |
|---|---|---|
| 400 | Loan not found | loanId does not match any loan under this merchant |
| 422 | No SME loan ID on record | Loan not yet registered in lending engine |
Authorizations
Provide your API key in the 'apikey' header.
Headers
Path Parameters
Loan ID from the application record (loan_id field, not application_id)
Response
200 - application/json
Successful response
The response is of type object.