---
title: "Start subscription"
method: POST
path: "/v1/billing/subscribe"
tags: ["Billing"]
---

# Start subscription

`POST /v1/billing/subscribe`

Creates a Stripe customer and subscription. Returns a PaymentIntent clientSecret for use with Stripe Elements.

## Request body

- object
  - `plan` 'starter' | 'agency', required

## Response `200`

Default Response

- object
  - `url` string

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/versions/ff810218c3f4/schema)
