---
title: "Retrieve a Trade Finance application"
method: GET
path: "/v1/businesses/{business_id}/trade_finance_applications/{id}"
tags: ["Business Trade Finance"]
---

# Retrieve a Trade Finance application

`GET /v1/businesses/{business_id}/trade_finance_applications/{id}`

Returns the Trade Finance application specified in the request URL. Use this endpoint to display the status of the application to the customer.

## Path parameters

- `business_id` string, required
- `id` string, required

## Response `200`

Successful result of the operation.

- GetTradeFinanceApplicationResponse
  - `status_detail` string — Status details of the application
  - `status` 'pending' | 'waiting_for_bussiness_identification' | 'cdd_pending' | 'successful_finished' | 'rejected' | 'deleted' — Status of the application
  - `requested_credit_line` MoneyEur
    - `value` integer, required — The amount value
    - `unit` 'cents', required — The unit of the given value
    - `currency` 'EUR', required — The currency of the given value
  - `recipient_iban` string — The IBAN of the recipient's account
  - `partner_score` string — Partner score
  - `partner_reference_number` string — Reference identifier at partner
  - `partner_contact_number` string — Number of the partner contact
  - `partner_contact_name` string — Name of the partner contact
  - `nominal_interest_rate` number — The nominal interest rate to apply to the trade credit line, expressed as a value between `0.0` (i.e., 0%) and `1.0` (i.e., 100%) with up to four decimal places. For example, `0.01` would apply a nominal interest rate of 1% to the trade credit line.
  - `identification_id` string — The ID of the associated business identification
  - `id` string — The ID of the trade finance application
  - `creditreform_score` integer — The creditreform score
  - `creditreform_pd` string — The creditreform probability of default
  - `application_date` string, date — The date of the application

## Other responses

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

---

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