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
Example request
{
"account_id": "7751af565f994450831a15ff8b7d0d8ccacc"
}Response
The account was successfully attached.
Example response
{
"requested_credit_line": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
}
}