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.
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
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 unique identifier of the product associated with the fee.
^prod_[a-zA-Z0-9]+$Response
Fee created successfully
^fee_[a-zA-Z0-9]+$fee Unique identifier for an organization
^org_[a-zA-Z0-9]+$Unique identifier for a product
^prod_[a-zA-Z0-9]+$