Skip to main content
POST
Create subscription checkout

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Body

application/json

Request body of create_billing_subscription_checkout.

price_sid
string
required

Billing price sid (bl_pc_…): a bracket / cadence price.

Required string length: 18
Pattern: ^bl_pc_
quantity
integer
required

Slots to buy on the base plan line; must fall inside the price bracket.

Required range: x >= 1
team_sid
string

Apply to this team on activation; omit / null to buy floating.

Required string length: 18
Pattern: ^ts_tm_
addons
object[]

Optional add-on items bought in the same checkout (one Paddle transaction).

Response

action success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
action
action
string
required

kebab-case verb; matches the route segment.

item
object | null
required
result
object
required
meta
object
required
credits
object