Create
Create a new fee for a merchant organization. A Fee represents a charge that can be applied to subscriptions. Cadence is defined when creating a Price for the fee.
Authorizations
API key authentication
Body
Human-readable label identifying the fee. Sample values: 'Setup Fee', 'Monthly Subscription', 'Compliance Update', 'Annual License'
Explanatory text describing what the fee represents. Sample values: 'One-time setup fee for new customers', 'Monthly base subscription charge', 'Yearly compliance and security update fee'
The unique identifier of the merchant organization associated with the fee.
^org_[a-zA-Z0-9]+$The product this fee belongs to. Required unless itemId is supplied, in which case the product is derived from that item's catalog.
^prod_[a-zA-Z0-9]+$Optional item tag, used to map this fee's invoice lines to an external accounting/tax identity. When supplied, productId is derived from the item's catalog and a supplied productId that disagrees is rejected.
^itm_[a-zA-Z0-9]+$Response
Fee created successfully
^fee_[a-zA-Z0-9]+$fee Unique identifier for an organization
^org_[a-zA-Z0-9]+$The product this fee belongs to. Always populated; derived from the item's catalog when the fee is tagged with an item.
^prod_[a-zA-Z0-9]+$The item this fee is tagged with, or null when untagged. Used to map this fee's invoice lines to an external accounting/tax identity.
^itm_[a-zA-Z0-9]+$