---
title: "Resume a paused subscription"
method: POST
path: "/api/billing/resume"
tags: ["billing", "internal"]
---

# Resume a paused subscription

`POST /api/billing/resume`

Clears Stripe pause collection and re-activates billing. Available while
`plan_status === 'paused'`. The prorated pause credit is posted to the
customer's Stripe balance asynchronously by the webhook arm that fires
for the `pause_collection` clear — the endpoint just returns success.

## Response `200`

Subscription resumed

- ApiResponseString
  - `data` string
  - `error` string, nullable
  - `meta` ApiMeta, required — API metadata included in all responses
    - `api_version` integer, required — API version (integer, increments on breaking changes)
    - `server_version` string, required — Server version (semver)
  - `success` boolean, required

## Other responses

- `400` — No paused subscription or billing not enabled

## Changes

- **2026-06-19** `94d0a78653e1` — 2 breaking, 1 warning
  - the `data` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `data/message` from the response with the `200` status
  - removed the optional property `data/credit_applied_cents` from the response with the `200` status
- **2026-06-19** `1cbdc8ca144e` — 1 breaking, 2 info
  - the `data` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `data/credit_applied_cents` to the response with the `200` status
  - added the required property `data/message` to the response with the `200` status
- **2026-05-01** `71cdaaff2425` — 1 info
  - endpoint added
- **2026-04-20** `f04499e2280f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/scanopy/apis/scanopy-api/changes/api/billing/resume/post.md)

---

[API](https://skmtc.dev/scanopy/apis/scanopy-api.md) · [All operations](https://skmtc.dev/scanopy/apis/scanopy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scanopy/scanopy-api/revisions/49ea97c8bb7e/schema)
