---
title: "Resume subscription"
method: PATCH
path: "/subscriptions/{id}/resume"
tags: ["Subscriptions"]
---

# Resume subscription

`PATCH /subscriptions/{id}/resume`

Resumes a subscription that is pending cancellation or is already canceled.

If the subscription is in a CANCELED state:
 * An immediate charge for the subscription amount will be trigered.
 * If the charge is unsuccessful, the subscription will be moved to PASTDUE status until a charge is successful.
 * If all charge retry attempts fail, the subscription will be become CANCELED once again.
If the subscription is in the PENDING cancellation state:
 * The existing billing cycle will remain in place

## Path parameters

- `id` string, required

## Request body

- ResumeSubscriptionRequest

## Response `202`

When request is accepted. Returns a 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `404` — When subscription with specified id does not exist.
- `500` — When an error occurs while resuming the subscription.

---

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