---
title: "Create Trade Finance application"
method: POST
path: "/v1/businesses/{business_id}/trade_finance_applications"
tags: ["Business Trade Finance"]
---

# Create Trade Finance application

`POST /v1/businesses/{business_id}/trade_finance_applications`

Creates an application for a trade credit line for the business specified in the request URL. Solarisbank will process the application manually. Use the `GET` endpoint to retrieve information about the application's status.

## Path parameters

- `business_id` string, required

## Request body

- CreateTradeFinanceApplicationRequest
  - `requested_credit_line` MoneyEur, required
    - `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, required — IBAN of the account where the trade loans should be paid out.
  - `partner_score` string, required — An optional scoring value to apply to the Trade Finance application.
  - `partner_reference_number` string, required — Reference identifier at partner
  - `partner_contact_number` string, required — The telephone number of a contact person in your organization.
  - `partner_contact_name` string, required — The name of a contact person in your organization.
  - `nominal_interest_rate` number, required — 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, required — The ID of the associated business identification
  - `creditreform_score` integer, required — The creditreform score
  - `creditreform_pd` string, required — The creditreform probability of default
  - `application_date` string, date, required — The date of the application

## Response `200`

The application was successfully created.

- 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

- `400` — Bad Request
- `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)
