Skip to main content

ChangeTierDto

tierIdstringrequired

The new pricing tier id. Must belong to the same agent as the subscription. The billing semantics are derived from the price comparison vs the current tier: upgrades (new price > current) bill the proration immediately and only grant access after payment lands. Downgrades (new price ≤ current) keep current-tier access until the end of the billing cycle, then flip at the next renewal.

ChangeTierDto
{
"tierId": "string"
}