---
title: "Retrieve instant settlement details by merchant id"
method: GET
path: "/api/InstantSettlement/merchants/{merchantId}/instantsettlement"
tags: ["InstantSettlement"]
---

# Retrieve instant settlement details by merchant id

`GET /api/InstantSettlement/merchants/{merchantId}/instantsettlement`

## Path parameters

- `merchantId` string, required

## Headers

- `api-version` string

## Response `200`

Instant settlement details are returned

- InstantSettlementDetailsView — Model for viewing the details of an Instant Settlement
  - `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)
  - `autoCreateTransactions` boolean — Gets or sets a value indicating whether the accelerated payout service is active
  - `maxExposure` number, double — Gets or sets the maximum exposure
  - `maxExposureEnabled` boolean — Gets or sets a value indicating whether instant settlement loans are capped at the maximum exposure
  - `currentExposure` number, double — Gets or sets the current exposure
  - `percentageToInstantSettle` number, double — Gets or sets the proportion of transaction amounts to instant settle
  - `percentageFee` number, double — Gets or sets the instant settlement fee percentage
  - `initialSettlementCycleDelayDays` number, double — Gets or sets the delay (number of days) of the initial settlement cycle
  - `settlementCycleLengthDays` number, double — Gets or sets the settlement cycle length (number of days)

## Other responses

- `400` — Something went wrong!
- `401` — Unauthorized request
- `403` — Forbidden request
- `404` — Instant settlement not found
- `500` — Servers are unavailable

---

[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)
