---
title: "Create Fee"
method: POST
path: "/api/fees/v2"
tags: ["billing > fees"]
---

# Create Fee

`POST /api/fees/v2`

This endpoint can only be used after setting up the billing integration. Refer to the [billing integration documentation](/documentation/integrations/billing/overview) for more details.

This endpoint may return a `409` error response with one of these public `message` values:
- `Conflicting Fee exists`

## Headers

- `X-API-Key` string, required

## Request body

- FeesFeeCreateV1Request — unresolved $ref

## Response `200`

Response with status 200

- FeesFeeCreateV1Response — unresolved $ref

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
