---
title: "Renews the subscription on the given billing interval and returns the Stripe Checkout (Pay Now) URL the customer visits to pay."
method: POST
path: "/api/License/renew"
tags: ["License"]
---

# Renews the subscription on the given billing interval and returns the Stripe Checkout (Pay Now) URL the customer visits to pay.

`POST /api/License/renew`

## Request body

- RenewKavitaPlusLicenseDto
  - `email` string, email, required
  - `billingInterval` 0 | 1 | 2 | 3, required — Members: - `0` — Day - `1` — Week - `2` — Month - `3` — Year

## Response `200`

OK

- string

---

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