Skip to main content
POST
Create a tier-plan Stripe checkout

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization identifier. Must match the authenticated session org context.

Example:

"org-abc123"

Body

application/json
tier
enum<string>
required

Target tier to subscribe the organization to.

Available options:
Premium,
Enterprise
Example:

"Premium"

currency
enum<string>

Currency for the purchase. Accepted for backward compatibility but currently ignored — checkout always resolves to USD.

Available options:
USD,
EUR,
USDC,
EURC
Example:

"USD"

interval
enum<string>

Billing interval. Accepted for backward compatibility but currently ignored — checkout always resolves to a monthly interval.

Available options:
month,
year,
one_shot
Example:

"month"

Response

Stripe Checkout URL