Prices
Update a price.
patch/v2/prices/{price_id}
Path parameters
price_idstring required
Request body
Example request
{
"billing_mode": "last_metric_reported",
"interval": "month"
}Response
Success.
Example response
{
"stripe_price_id": "price_123",
"billing_mode": "last_metric_reported",
"currency_code": "USD",
"interval": "month",
"created_at": 1767225600,
"updated_at": 1767225600,
"archived_at": 1767225600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.