Get
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 price Unique identifier for a price
^price_[a-zA-Z0-9]+$Response
Price details
Unique identifier for a price
^price_[a-zA-Z0-9]+$price instant, in_arrears, in_advance Standard pricing model
- Option 1
- Option 2
- Option 3
- Option 4
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 >= 1Unique identifier for a billable metric
^bm_[a-zA-Z0-9]+$The unique identifier for the fee referred to by this price. Present when price is linked to a fee.
^fee_[a-zA-Z0-9]+$ISO 8601 duration. 'P0D' for one-time, 'P1M' for monthly, 'P1Y' for yearly. Required for fees, optional for billable metrics. Defaults to plan's billingCadence if not specified.
standard, dynamic, volume, percentage Features associated with this price
When true, grants applied to a subscription will discount usage charged by this price. Only supported for standard metered prices.