Skip to main content
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 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

string
required
The loan’s externalId.

Query parameters

integer
default:"1"
integer
default:"10"
See Pagination for the common envelope.

Examples

Response

200 OK. Each item is a repayment object and is always a customer repayment, ordered newest first.

Errors