---
title: "Retrieve a single credit line"
method: GET
path: "/v1/persons/{person_id}/credit_lines/{credit_line_id}"
tags: ["Credit Line Servicing"]
---

# Retrieve a single credit line

`GET /v1/persons/{person_id}/credit_lines/{credit_line_id}`

Returns the details and status of a credit line associated with a specific customer.

## Path parameters

- `person_id` string, required
- `credit_line_id` string, required

## Response `200`

CreditLine

- ConsumerCreditLineWebShowConsumerCreditLineResponse
  - `utilized_amount` SolarisToolkitWebMoney, required
    - `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
  - `termination_type` 'ORDINARY_BY_BANK' | 'ORDINARY_BY_CUSTOMER', nullable — The type of the credit line termination.
  - `termination_requested_at` string, date, nullable — The date when the credit line termination was requested.
  - `termination_date` string, date, nullable — The date when the credit line termination was effective.
  - `status` 'authorization_pending' | 'account_creation_pending' | 'mandate_creation_pending' | 'open' | 'closed', required — The status of the credit line.
  - `renewal` object, nullable
    - `status_description` string — Additional information about the status.
    - `status` 'planned' | 'scoring_pending' | 'scoring_successful' | 'customer_notified' | 'cancelled' | 'renewed' — Status of the credit line renewal.
    - `rejection_date` string, date, nullable — The date the renewal was rejected.
    - `notification_sent_date` string, date, nullable — The date the renewal notification was sent to the customer.
    - `id` string — ID of the credit line renewal.
    - `effective_until_date` string, date — The date until which the renewal will be effective.
    - `effective_from_date` string, date — The date from which the renewal will be effective.
    - `credit_line_id` string — The ID of the credit line.
  - `recipient_iban` string, required — The IBAN of the customer's account to use for the account snapshot.
  - `product_type` 'freelancer' | 'consumer' — The type of the credit line product.
  - `person_id` string, required — The person ID of the customer applying for the credit line.
  - `locking_status` 'BLOCK' | 'NO_BLOCK', required — The locking status, which indicates whether it's possible to create a loan against the credit line or it's blocked.
  - `limit` SolarisToolkitWebMoney, required
    - `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
  - `latest_disposable_income` SolarisToolkitWebMoney, required
    - `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
  - `interest_rate` number, required — The interest rate to apply to the credit line. This field is used if there's a specific interest rate to be applied for a partner.
  - `id` string, required — The unique ID of a credit line, generated after a credit line is created.
  - `granted_at` string, datetime — The timestamp from when the credit line was granted to a customer.
  - `disposable_income` SolarisToolkitWebMoney, required
    - `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
  - `created_at` string, datetime, required — The timestamp from when the credit line was created.
  - `application_id` string, required — The unique ID of a consumer credit line application.
  - `annual_percentage_rate` number, required — The annual interest rate applied to the credit line.
  - `active_loans` object[], required — An array containing the details of all active loans related to the customer's credit line.
    - `id` string — The unique ID of a loan.
  - `account_id` string, nullable — The unique ID of the customer's Solaris account.
  - `account_iban` string, nullable — The IBAN of the customer's account.

## 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)
