---
title: "Retrieve consumer loan application"
method: GET
path: "/v1/persons/{person_id}/consumer_loan_applications/{application_id}"
tags: ["Consumer Loan"]
---

# Retrieve consumer loan application

`GET /v1/persons/{person_id}/consumer_loan_applications/{application_id}`

Returns the current status and details of an existing consumer loan application. Additionally, you can subscribe to the webhook event `CONSUMER_LOAN_APPLICATION` to receive status updates on the application.

## Path parameters

- `person_id` string, required
- `application_id` string, required

## Response `200`

Application

- ConsumerLoanGetApplicationResponse
  - `status_description` string, nullable — Additional details about the consumer loan application status.
  - `status` 'offered' | 'account_snapshot_verification' | 'approved' | 'esign_pending' | 'screening_pending' | 'esign_failed' | 'loan_creation_pending' | 'loan_created' | 'rejected' | 'deleted' | 'expired', required — The status of a consumer loan application.
  - `skip_account_snapshot` boolean
  - `signing_id` string, nullable — The ID of the signing resource, created after the customer's identification and e-signing process has been triggered.
  - `seller` string, nullable — The name of the seller of the financed good.
  - `payout_description` string, nullable — Additional details around the loan payout.
  - `loan_id` string, nullable — The unique ID of a loan.
  - `id` string, required — The unique ID of a customer's consumer loan application.
  - `financed_good` string, nullable — The financed good that was purchased using the loan.
  - `delayed_payout_strategy` 'none' | 'after_revocation' — Field to indicate the payout strategy to be applied to the loan. If set to `none`, then the loan payout will happen automatically.
  - `cash_price` SolarisToolkitWebMoney
    - `value` integer, required — The amount value
    - `unit` 'cents', required — The unit of the given value.
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.
  - `approximate_total_loan_expenses` SolarisToolkitWebMoney
    - `value` integer, required — The amount value
    - `unit` 'cents', required — The unit of the given value.
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/solarisgroup/apis/loans.md) · [All operations](https://skmtc.net/solarisgroup/apis/loans/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/loans/revisions/8f580eff2157/schema)
