---
title: "Retrieve a consumer credit line application"
method: GET
path: "/v1/persons/{person_id}/credit_line_applications/{application_id}"
tags: ["Consumer Credit Line"]
---

# Retrieve a consumer credit line application

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

Returns the current status and details of an existing consumer credit line application. Alternatively, you can subscribe to the webhook event `CREDIT_LINE_APPLICATION` to receive status updates on the application.

## Path parameters

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

## Response `200`

Application

- ConsumerCreditLineWebGetApplicationResponse
  - `status_description` string, nullable — Additional details about the credit line application status.
  - `status` 'initial_scoring_pending' | 'account_snapshot_pending' | 'account_snapshot_verification_pending' | 'identification_pending' | 'offered' | 'esign_pending' | 'esign_complete' | 'esign_failed' | 'credit_line_creation_pending' | 'credit_line_created' | 'expired' | 'deleted' | 'rejected' | 'scoring_pending', required — The status of a consumer credit line application.
  - `signing_id` string, nullable — The ID of the signing resource, created after the customer's identification and e-signing process has been triggered.
  - `scoring_workflow` object, nullable — An object containing certain actions required for the scoring process.
    - `required_actions` object[] — Actions you must complete for the scoring process.
      - `required` string, nullable
  - `recipient_iban` string, nullable — The IBAN of the customer's account to use for the account snapshot.
  - `reason` string, nullable — The reason(s) for rejecting a credit line application.
  - `person_id` string, required — The person ID of the customer applying for the credit line.
  - `partner_reference_number` string, nullable — The partner reference number.
  - `offered_limit` SolarisToolkitWebMoney
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.
    - `unit` 'cents', required — The unit of the given value.
    - `value` integer, required — The amount value
  - `offered_interest_rate` number, nullable — The offered interest rate to apply to the credit line.
  - `net_disposable_income` SolarisToolkitWebMoney
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.
    - `unit` 'cents', required — The unit of the given value.
    - `value` integer, required — The amount value
  - `marriage_status` 'MARRIED' | 'UNMARRIED' | 'DIVORCED' | 'UNKNOWN', nullable — The customer's marital status.
  - `identification_id` string, nullable — The unique ID of a customer's identification resource.
  - `id` string, required — The unique ID of a consumer credit line application.
  - `employment_status` 'EMPLOYED' | 'UNEMPLOYED' | 'PUBLIC_SECTOR_EMPLOYEE' | 'PROFESSIONAL_SOLDIER' | 'FREELANCER' | 'HOUSEWORK' | 'APPRENTICE' | 'MANAGEMENT' | 'RETIRED' | 'STUDENT' | 'SELF_EMPLOYED' | 'MILITARY_OR_COMMUNITY_SERVICE', nullable — The customer's employment status.
  - `decision` 'REJECTED' | 'OFFERED', nullable, required — Solaris' decision on the credit line application.
  - `credit_line_id` string, nullable — The unique ID of a credit line, generated after a credit line is created.

## Other responses

- `404` — Not Found

---

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