List fee markups
Returns a paginated list of fee markups configured for a company. If the company is a platform account, returns the platform default markups.
Required permissions:
- company:update_child_fees
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of the company to list fee markups for. Pass a platform account identifier to retrieve platform default markups.
Response
A successful response
Example response
{
"data": [
{
"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.16
- ●
added the new
payment_markupenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
crypto_swap_markupenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
transfer_markupenum value to the//response 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 the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
crypto_deposit_markupenum value to the//response property for the response statusresponse-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
queryrequest parameteraccount_idnew-required-request-parameter
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-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.