Get the price for a fee in the context of a subscription. This returns the price configured for the fee in the subscription’s plan, including the tax rate.
API key authentication
The unique identifier of the fee.
^fee_[a-zA-Z0-9]+$The unique identifier of the subscription.
^sub_[a-zA-Z0-9]+$Fee price details
The price configuration for a fee within a subscription context.
The unique identifier of the price.
^price_[a-zA-Z0-9]+$The unique identifier of the fee.
^fee_[a-zA-Z0-9]+$The pricing model. Fees only support standard pricing.
standard When the fee is charged relative to the billing period.
in_advance, in_arrears The name to display on invoices for this fee.
The tax rate as a percentage (e.g., 10 for 10%).