---
title: "List instant settlements for a lending partner"
method: GET
path: "/api/InstantSettlement"
tags: ["InstantSettlement"]
---

# List instant settlements for a lending partner

`GET /api/InstantSettlement`

## Headers

- `api-version` string

## Response `200`

Instant settlements for a lending partner are returned

- InstantSettlementView[]
  - `instantSettlementId` string, uuid — Gets or sets the Instant Settlement Id
  - `instantSettlementNumber` integer — Gets or sets the Instant Settlement number
  - `lenderName` string, nullable — Gets or sets the lender name
  - `borrowerName` string, nullable — Gets or sets the borrower name
  - `currencyISOCode` string, nullable — Gets or sets the currency ISO code
  - `merchantIds` string[], nullable — Gets or sets the merchant IDs
  - `locatorId` string, nullable — Gets or sets the locator Id (customer Id)
  - `settlementCycleLengthDay` integer — Gets or sets the settlement cycle length (number of days)
  - `currentExposure` number, double — Gets or sets the current exposure
  - `maxExposureEnabled` boolean — Gets or sets a value indicating whether instant settlement loans are capped at the maximum exposure
  - `maxExposure` number, double — Gets or sets the maximum exposure

## Other responses

- `400` — Something went wrong!
- `401` — Unauthorized request
- `500` — Servers are unavailable

---

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