---
title: "Resume a paused subscription"
method: PUT
path: "/subscription/resume"
---

# Resume a paused subscription

`PUT /subscription/resume`

Resume a paused subscription in the payment system. The subscription will be reactivated and billing will continue. Only available for Stripe and Paddle subscriptions.

## Request body

- object
  - `pay_system_id` string, required — ID of the subscription in external Stripe/Paddle/PayPal, e.g. sub_1PzNJzCsRq5tBi2bbfNsAf86or I-H7HC902MYM49

## Response `200`

Subscription resumed successfully.

- object
  - `success` integer
  - `error` integer
  - `message` string

## Other responses

- `400` — Invalid request or missing parameters.

---

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