---
title: "Get loan application status"
method: GET
path: "/backend/{gatewayname}/v1/loanStatus"
---

# Get loan application status

`GET /backend/{gatewayname}/v1/loanStatus`

Retrieve the status of an existing loan application journey against an loan ID (LID)

## Path parameters

- `gatewayname` string, required

## Query parameters

- `lid` string, required

## Headers

- `x-gateway-secret` string, required
- `x-gateway-authtoken` string, required

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `journeyStatus` string
    - `selection` object
      - `confirmedAmount` integer
      - `maxAmount` integer
    - `journeyTracker` object[] — Ordered history of journey stages.
      - `status` string
      - `timestamp` string
    - `userId` string
    - `productType` string
    - `assetType` string — MUTUALFUND or STOCKS.
    - `lender` string
    - `appliedOffer` object — Promotional offer details. Returned only when an offer is applicable to the loan; omitted otherwise.
      - `offerCode` string
      - `offerId` string
      - `expiryDate` string — ISO 8601 expiry timestamp.
      - `discountAmount` number
      - `applicableOn` string — What the discount applies to. Currently PROCESSING_FEE (ROI not yet supported).
      - `discountType` string — ABSOLUTE or PERCENTAGE.
      - `status` string — AVAILABLE, FROZEN, EXPIRED, or LOCKED.
      - `autoApply` boolean
      - `recommended` boolean
      - `applicableAmountRangeMin` number
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smallcase/apis/graph-performance-api.md) · [All operations](https://skmtc.net/smallcase/apis/graph-performance-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallcase/graph-performance-api/versions/6d2439eafede/schema)
