---
title: "List repayment information for a loan"
method: GET
path: "/Loans/{loanId}/repayments"
tags: ["Loans"]
---

# List repayment information for a loan

`GET /Loans/{loanId}/repayments`

## Path parameters

- `loanId` string, uuid, required — Loan ID (a GUID)

## Headers

- `api-version` string

## Response `200`

Loan repayments successfully retrieved

- LoanRepaymentModel[]
  - `paymentDate` string, date-time — Gets or sets the Payment Date
  - `totalCardTransactions` number, double — (DEPRECATED)
  - `sweep` number, double — (DEPRECATED)
  - `repaymentAmount` number, double — Gets or sets the Repayment Amount
  - `loanBalance` number, double — Gets or sets the Loan Balance
  - `payments` number[], nullable — Gets or sets the record of Payments

## Other responses

- `400` — No loan repayments were found... please check your Loan ID
- `401` — Unauthorized request! Please check your bearer token

---

[API](https://skmtc.net/youlend/apis/prequalification.md) · [All operations](https://skmtc.net/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
