Get Fee Price
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.
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
Path Parameters
The unique identifier of the fee.
^fee_[a-zA-Z0-9]+$The unique identifier of the subscription.
^sub_[a-zA-Z0-9]+$Response
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.
Quantity for invoice line items. Total per period = quantity × unitPrice. Only supported for fee prices; metered prices derive quantity from usage. Defaults to 1.
x >= 1The tax rate as a percentage (e.g., 10 for 10%).