---
title: "Retrieve consumer fronting loan"
method: GET
path: "/v1/consumers/persons/{person_id}/fronting_loans/{loan_id}"
tags: ["Consumer fronting"]
---

# Retrieve consumer fronting loan

`GET /v1/consumers/persons/{person_id}/fronting_loans/{loan_id}`

Returns all the details and status of an existing consumer fronting loan assigned to the person with the given person_id in the request URL.

## Path parameters

- `person_id` string, required
- `loan_id` string, required

## Response `200`

Loan

- FrontingLoansWebConsumerGetLoanResponse
  - `agio` number, float, required — The credit commission amount.
  - `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
  - `application_id` string, required — The unique ID of a consumer fronting loan application.
  - `collateral_account_iban` string, required — Your Solaris prefund account from which the full loan amount (agio + net loan amount) must be transferred to Solaris' settlement account.
  - `collection_account_iban` string, required — Your account to which the agio is transferred.
  - `duration` integer, required — The number of months over which the loan will be repaid.
  - `id` string, required — The unique ID of the fronting loan, generated after a loan is created for the customer.
  - `recipient_iban` string, required — The IBAN of the loan's recipient to which the loan will be paid out.
  - `recipient_name` string, required — The name of the loan recipient.
  - `requested_interest_rate` number, float, required — The interest rate to apply to the fronting loan.
  - `settlement_account_iban` string, required — The Solaris settlement account from which the loan amount is transferred to the customer's account.
  - `status` 'payout_issued' | 'payout_pending', required — The status of the consumer fronting loan.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

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