---
title: "POST /api/fee-schemes"
method: POST
path: "/api/fee-schemes"
tags: ["api", "fee-schemes"]
---

# POST /api/fee-schemes

`POST /api/fee-schemes`

Create a fee scheme

## Request body

- POSTFeeSchemesCreateAFeeScheme
  - `name` string, required — The name of this fee scheme.
  - `fees` object[]
    - `_id` string — The ID of the Fee Scheme fee
    - `enabled` boolean — Whether this item will be applied
    - `exposed` boolean — Whether this fee will be exposed to the ticket buyer
    - `name` string, required — The name of the fee that can appear in reports.
    - `type` 'onTicket' | 'onFreeTicket' | 'onPosTicket' | 'onKioskTicket' | 'onFreePosTicket' | 'onFreeKioskTicket' | 'onSeasonTicket' | 'onHardTicket' | 'onTicketCustom' | 'onCart' | 'onPosCart' | 'onKioskCart' | 'onFreeCart', required — Type of application for the fee.
    - `included` boolean
    - `discountable` boolean
    - `asNet` boolean
    - `calculationBase` string
    - `rules` object[]
      - `min` number, float — Minimum price to apply this fee.
      - `max` number, float, nullable — Maximum price to apply this fee
      - `fix` number, float — The fix value of fee to be applied.
      - `var` number, float — The percentage value of the fee to be applied.
    - `taxServiceTypeId` string, nullable — The ID of the tax service of the fee

## Response `201`

Created

- FeeSchemeResource
  - `_id` string — The ID of the Fee Scheme
  - `sellerId` string, required — The ID of the seller of the fee scheme
  - `name` string, required — The name of this fee scheme.
  - `fees` object[]
    - `_id` string — The ID of the Fee Scheme fee
    - `enabled` boolean — Whether this item will be applied
    - `exposed` boolean — Whether this fee will be exposed to the ticket buyer
    - `name` string, required — The name of the fee that can appear in reports.
    - `type` 'onTicket' | 'onFreeTicket' | 'onPosTicket' | 'onKioskTicket' | 'onFreePosTicket' | 'onFreeKioskTicket' | 'onSeasonTicket' | 'onHardTicket' | 'onTicketCustom' | 'onCart' | 'onPosCart' | 'onKioskCart' | 'onFreeCart', required — Type of application for the fee.
    - `included` boolean
    - `discountable` boolean
    - `asNet` boolean
    - `calculationBase` string
    - `rules` object[]
      - `min` number, float — Minimum price to apply this fee.
      - `max` number, float, nullable — Maximum price to apply this fee
      - `fix` number, float — The fix value of fee to be applied.
      - `var` number, float — The percentage value of the fee to be applied.
    - `taxServiceTypeId` string, nullable — The ID of the tax service of the fee

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

- **2026-09-21** `54ee7c45865f` — 10 warning, 10 info
  - added the new `onFreeCart` enum value to the `fees/items/type` response property for the response status `201`
  - added the new `onFreeKioskTicket` enum value to the `fees/items/type` response property for the response status `201`
  - added the new `onFreePosTicket` enum value to the `fees/items/type` response property for the response status `201`
  - added the new `onFreeTicket` enum value to the `fees/items/type` response property for the response status `201`
  - …16 more

[Change history](https://skmtc.dev/vivenu/apis/vivenu-api/changes/api/fee-schemes/post.md)

---

[API](https://skmtc.dev/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.dev/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc.dev/vivenu/apis/vivenu-api/revisions/ff78046ac535?raw)
