Authorizations
API Keys can be issued in the Orb's web application.
Path Parameters
Response
OK
The Price resource represents a price that can be billed on a subscription, resulting in a charge on an invoice in the form of an invoice line item. Prices take a quantity and determine an amount to bill.
Orb supports a few different pricing models out of the box. Each of these models is serialized differently in a given Price object. The model_type field determines the key for the configuration object that is present.
For more on the types of prices, see the core concepts documentation
The pricing model type
unit
Configuration for unit pricing
User specified key-value pairs for the resource. If not present, this defaults to an empty dictionary. Individual keys can be removed by setting the value to null
, and the entire metadata mapping can be cleared by setting metadata
to null
.
The price id this price replaces. This price will take the place of the replaced price in plan version migrations.
usage_price
, fixed_price
, composite_price
one_time
, monthly
, quarterly
, semi_annual
, annual
, custom