Business Trade Finance

Attach account to business trade credit line

Attaches a business account to the trade credit line for the business specified in the request URL.

patch/v1/businesses/{business_id}/trade_credit_line

Path parameters

business_idstring required

Business ID

Request body

account_idstring required

ID of the account

Example request

{
  "account_id": "7751af565f994450831a15ff8b7d0d8ccacc"
}

Response

The account was successfully attached.

nominal_interest_ratenumber
business_idstring
account_idstring

Example response

{
  "requested_credit_line": {
    "value": 1000,
    "unit": "cents",
    "currency": "EUR"
  }
}