Fee markups

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
get/fee_markups

Query parameters

afterstring

Returns the elements in the list that come after the specified cursor.

beforestring

Returns the elements in the list that come before the specified cursor.

firstinteger

Returns the first n elements from the list.

Example:42
lastinteger

Returns the last n elements from the list.

Example:42
account_idstring required

The unique identifier of the company to list fee markups for. Pass a platform account identifier to retrieve platform default markups.

Example:biz_xxxxxxxxxxxxxx

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_markup enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new crypto_swap_markup enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new transfer_markup enum value to the // response property for the response status

      response-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_markup enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new crypto_deposit_markup enum value to the // response property for the response status

      response-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 query request parameter account_id

      new-required-request-parameter

    • ●

      deleted the query request parameter company_id

      request-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.