get
https://api.unity.smallcase.com/backend//v1/loanStatus
Retrieve the status of an existing loan application journey against an loan ID (LID)
For the full list of possible journeyStatus values and what each one means, see Loan application statuses.
Response fields
| Field | Type | Description |
|---|---|---|
journeyStatus | string | Current journey stage. See Loan application statuses for all possible values. |
selection.confirmedAmount | number | Loan amount the user has confirmed so far. |
selection.maxAmount | number | Maximum loan amount available to the user. |
journeyTracker[] | array | Ordered history of journey stages, each with status and timestamp. |
userId | string | Unity user ID. |
productType | string | lamf. |
assetType | string | MUTUALFUND or STOCKS. |
lender | string | Lender handling the application (e.g. bajaj_finserv). |
appliedOffer | object | Promotional offer details. Returned only when an offer is applicable to the loan; omitted otherwise. See below. |
appliedOffer
appliedOfferReturned only when a promotional offer is applicable to the loan. When no offer applies, the object is omitted from the response.
| Field | Type | Description |
|---|---|---|
offerCode | string | Offer code (e.g. SCABC). |
offerId | string | Unique offer identifier. |
expiryDate | string | ISO 8601 expiry timestamp of the offer. |
discountAmount | number | Discount value. |
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 | Whether the offer is auto-applied. |
recommended | boolean | Whether the offer is recommended to the user. |
applicableAmountRangeMin | number | Minimum loan amount for the offer to apply. |