Prices
Create a price.
post/v2/prices
Request body
Example request
{
"stripe_price_id": "price_123",
"billing_mode": "last_metric_reported",
"currency_code": "USD",
"interval": "month",
"unit_amount_minor_units": 1000,
"unit_scale": "1000000"
}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
}