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
Request body
Example request
{
"account_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"
}Changes
Changed in 4 of the 74 revisions of this API.163
- ●
added the new
payment_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new
payment_markupenum value to the request propertyrequest-property-enum-value-added
- ●
- ●
added the new
crypto_swap_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
transfer_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision's changelog hit the recording limit, so it may not list every change to this endpoint.
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
bank_deposit_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
crypto_deposit_markupenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new
bank_deposit_markupenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
crypto_deposit_markupenum value to the request propertyrequest-property-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new required request property
new-required-request-property
- ●
removed the request property
request-property-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.