v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
BillingAccount

Sets the platform fee for a customer.

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.

put/billing/organization/{organizationId}/platform-fee

Path parameters

organizationIdstring required

The id of the organization whose platform fee to set.

Request body

platformFeenumber 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

No Content