---
title: "Retrieve business fronting loan or fronting factoring application"
method: GET
path: "/v1/businesses/{business_id}/fronting_loan_applications/{application_id}"
tags: ["Business fronting"]
---

# Retrieve business fronting loan or fronting factoring application

`GET /v1/businesses/{business_id}/fronting_loan_applications/{application_id}`

Returns the current status and details of an existing business fronting loan or fronting factoring application. Additionally, subscribe to the webhook event `BUSINESS_FRONTING_APPLICATION` to receive status updates on the application.

## Path parameters

- `business_id` string, required
- `application_id` string, required

## Response `200`

Application

- FrontingLoansWebBusinessGetApplicationResponse
  - `agio` number, float, nullable — The credit commission amount.
  - `creditreform_pd` string, nullable, required — The business's probability of default as scored by any credit risk service provider, e.g., Creditreform.
  - `creditreform_score` integer, nullable, required — The business's credit score as scored by any credit risk service provider, e.g., Creditreform.
  - `duration` integer, nullable — The number of months over which the loan will be repaid.
  - `effective_interest_rate` number, float, nullable — The effective annual interest rate applied to the loan.
  - `id` string, required — The unique ID of the business fronting loan application.
  - `identification_id` string, nullable — The unique ID of the identification resource created for the business.
  - `minimum_credit_risk_criteria` object, nullable — Minimum credit risk criteria fields for scorer
  - `nominal_interest_rate` number, float, nullable — The nominal interest rate applied to the loan.
  - `partner_contact_name` string, nullable — Your internal contact name for the business.
  - `partner_contact_number` string, nullable — Your internal contact number for the business.
  - `partner_reference_number` string, required — Your internal reference number for the business. Acts as an idempotency key.
  - `partner_score` string, required — The score assigned to the business by your internal scoring flow.
  - `purpose` string, required — The purpose of the loan.
  - `purpose_description` string, nullable — Additional information about the purpose of the loan. In case of factoring, include the invoice number and reference in this field.
  - `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_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
  - `status` 'scoring_pending' | 'risk_report_pending' | 'pending' | 'identification_pending' | 'cdd_pending' | 'approved' | 'rejected' | 'loan_created', required — The status of the business fronting loan application.
  - `transaction_description` string, nullable — The transaction reference, which the recipient will see. Only use characters allowed by SEPA in this field.
  - `transaction_end_to_end_id` string, nullable — SEPA identifier (provided by the end customer who initiated the SEPA transaction), routed through the whole payment process. (Max 35 characters without whitespace)

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