v8
OpenAPI 3.1.02026-08-033623795.0 MBFee markups
Create fee markup
Create or update a fee markup for a company. If a markup for the specified fee type already exists, it will be updated with the new values.
Required permissions:
- company:update_child_fees
post/fee_markups
Request body
Example request
{
"company_id": "biz_xxxxxxxxxxxxxx",
"fixed_fee_usd": 6.9,
"percentage_fee": 6.9
}Response
A successful response
Example response
{
"created_at": "2023-12-01T05:00:00.401Z",
"fixed_fee_usd": 6.9,
"notes": "Approved by finance team on 2024-01-15",
"percentage_fee": 6.9,
"updated_at": "2023-12-01T05:00:00.401Z"
}