---
title: "Sets the platform fee for a customer."
method: PUT
path: "/billing/organization/{organizationId}/platform-fee"
tags: ["BillingAccount"]
---

# Sets the platform fee for a customer.

`PUT /billing/organization/{organizationId}/platform-fee`

The fee is automatically applied as a charge to the customer's current open billing period
 and to every future period. Setting it to null removes the platform-fee charge from
 the current open period; 0 keeps an explicit $0 charge that is still shown.

## Path parameters

- `organizationId` string, required

## Request body

- SetPlatformFeeEndpointInput
  - `platformFee` number, double, nullable, required — The new platform fee. null removes the platform fee; 0 is an explicit $0 fee that is still shown; a positive value is charged once per billing period.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
