Get Loan
Loans
Get Loan Application
Fetch a single loan application. Status is synced live from the lending engine on each call.
GET
Get Loan
Overview
Returns a single loan application. On every call the status is synced from the lending engine, so thestatus field always reflects the current state. Poll this endpoint after starting decisioning until status is HAS_OFFER.
Request
Method:GETURL:
/v1/loans/:applicationId
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
applicationId | Path | string | Yes | Application ID. |
Response
200 OK
| Field | Description |
|---|---|
application_id | Your reference for all subsequent loan operations |
status | Current application status (see table in List Loans) |
offer_status | Offer-level status from the lending engine |
loan_status | Active loan status — populated after disbursement |
loan_id | Loan ID — populated after disbursement. Used for repayment routes. |
disbursement_account | JSONB — set after POST /disbursement-account |
Error Responses
| Status | Message | Cause |
|---|---|---|
| 400 | Application not found | Invalid applicationId |