---
title: "POST /api/public/subscriptions/{id}/checkout"
method: POST
path: "/api/public/subscriptions/{id}/checkout"
tags: ["api"]
---

# POST /api/public/subscriptions/{id}/checkout

`POST /api/public/subscriptions/{id}/checkout`

Creates a checkout for a draft subscription or a interactive recurring renewal

## Path parameters

- `id` string, required — ID of the subscription

## Request body

- object
  - `secret` string, required — Secret of the subscription

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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