---
title: "Create subscription"
method: POST
path: "/billing/subscription"
tags: ["billing"]
---

# Create subscription

`POST /billing/subscription`

Create a new subscription for the user.

## Request body

- SubscriptionCreate
  - `tier` string, required
  - `billing_cycle` string

## Response `201`

Created subscription details

- SubscriptionResponse
  - `tier` string, required
  - `status` string, required — Subscription state: none (free/no Stripe sub), active, trialing, past_due, canceled, unpaid, incomplete, paused, incomplete_expired, unknown
  - `subscription_id` string, nullable

## Other responses

- `422` — Validation Error

---

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