List repayments
Repayments
List repayments
Fetch the paginated list of a loan’s repayment transactions.
GET
List repayments
Returns the loan’s repayment transactions — newest first, with
pagination. Built for a “Loan Transaction Details” view where a loan may
have many partial payments. Only customer repayments are listed;
disbursements, waivers, and accruals are excluded.
For a quick snapshot without pagination, the same entries are also
embedded as
See Pagination for the common envelope.
repaymentHistory on the
single-loan response. Use this endpoint when you need
paging or the full history in isolation.
Addressed by the loan’s externalId (this read has no numeric-id form).
Path parameters
The loan’s externalId.
Query parameters
Examples
Response
200 OK. Each item is a repayment object and is
always a customer repayment, ordered newest first.
Errors
| Code | When |
|---|---|
not_found | No loan with that id or externalId |
invalid_argument | Invalid page / rows |

