v1
latestOpenAPI 3.1.02026-07-261444991.2 MBPrice
Create price
This endpoint is used to create a price. A price created using this endpoint is always an add-on, meaning that it's not associated with a specific plan and can instead be individually added to subscriptions, including subscriptions on different plans.
An external_price_id can be optionally specified as an alias to allow ergonomic interaction with prices in the Orb API.
See the Price resource for the specification of different price model configurations possible in this endpoint.
post/prices
Request body
Example request
{
"name": "Annual fee"
}Response
Created
Example response
{
"discount": {
"applies_to_price_ids": [
"h74gfhdjvn7ujokd",
"7hfgtgjnbvc3ujkl"
],
"percentage_discount": 0.15
}
}