---
title: "List loans by lead id"
method: GET
path: "/Loans/{leadId}/loansByLead"
tags: ["Loans"]
---

# List loans by lead id

`GET /Loans/{leadId}/loansByLead`

## Path parameters

- `leadId` string, uuid, required — Lead Id (a GUID)

## Headers

- `api-version` string

## Response `200`

Request processed successfully

- LoansModel[]
  - `id` string, uuid — Gets or sets the loan's unique identifier
  - `loanNumber` integer — Gets or sets the Loan Number, an ordinal value indicating which of a customer's loans is here detailed
  - `borrowerName` string, nullable — Gets or sets the borrower's name
  - `currentAmount` number, double — Gets or sets the Current Amount, the amount yet to be repaid
  - `loanType` string, nullable — Gets or sets the Loan Type - "Initial", "Early Renewal" or "Renewal"
  - `partnerLoanType` string, nullable — Gets or sets the Partner Loan Type - "Initial", "Early Renewal" or "Renewal".
  - `status` string, nullable — Gets or sets the loan's Status - "Defaulted", "Discounted Settlement", "Funded", "Funded (Pending Settlement)", "Partially Funded", "Repaid", "Requested Funding", "Unfunded", "Written Off"
  - `maturityDate` string, date-time — Gets or sets the date on which the loan is due to mature, and by which it should be fully repaid
  - `sweep` number, double — Gets or sets the Sweep, the decimal out of 100 representing the proportion of transaction income to be used to repay the loan
  - `autoRepaymentSweep` boolean — Gets or sets a value indicating whether an Auto Repayment Sweep is to be used - this feature automatically directs a chosen proportion, the Sweep, of transaction income towards repaying the loan
  - `currencyISOCode` string, nullable — Gets or sets the loan's Currency ISO Code, e.g. "GBP"
  - `currentAmountAtRepay` number, double — Gets or sets the Current Amount at the time of full loan repayment, if applicable
  - `currentAmountAtDelete` number, double — Gets or sets the Current Amount at the time of loan deletion, if applicable
  - `currentAmountAtWriteOff` number, double — Gets or sets the Current Amount at the time of loan write-off, if applicable
  - `merchantIds` string[], nullable — Gets or sets the associated MIDs
  - `creditRating` string, nullable — Gets or sets the Credit Rating
  - `fundingDate` string, date-time — Gets or sets the funding date
  - `fundedAmount` number, double — Gets or sets the funding amount
  - `originalAmount` number, double — Gets or sets the Original Amount, the total amount due to be repaid on maturity
  - `aheadBehindValue` number, double — Gets or sets how far ahead/behind the loan repayments are from the expected amount
  - `aheadBehindPercentage` number, double — Gets or sets how far ahead/behind the actual average payments are from the average expected payments as a percentage
  - `contractType` string, nullable — Gets or sets the agreement contract type ("RPA" / "LA") if available.

## Other responses

- `400` — No loans were found... please check your Lead 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/versions/a76313c6cc3d/schema)
