---
title: "Reverses a scheduled cancellation (Roles: user)"
method: POST
path: "/payment/subscription/reactivate"
tags: ["Payments"]
---

# Reverses a scheduled cancellation (Roles: user)

`POST /payment/subscription/reactivate`

## Response `200`

Success

- Subscription
  - `id` string
  - `object` string
  - `collection_method` string
  - `cancel_at_period_end` boolean
  - `canceled_at` integer
  - `cancel_at` integer
  - `created` integer
  - `current_period_end` integer
  - `current_period_start` integer
  - `customer` string
  - `days_until_due` integer
  - `ended_at` integer
  - `plan` PaymentPlan
    - `id` string, required
    - `object` string
    - `description` string
    - `amount` integer
    - `statement_descriptor` string
    - `trial_period_days` integer
    - `created` integer
    - `currency` string
    - `interval` string
    - `interval_count` integer
    - `livemode` boolean
    - `active` boolean
    - `billing_scheme` string
    - `product` string
    - `name` string
    - `usage_type` string
    - `nickname` string
    - `amount_off` integer
    - `percent_off` integer
    - `metadata` PaymentPlanMetadata
      - `projects` string
      - `description` string
      - `seats` string
      - `favorites` string
      - `team` string
      - `amount_text` string
      - `credits` string
      - `premium` string
      - `magic_link` string
      - `api` string
      - `rate_limits` string
      - `queue_concurrency` string
  - `quantity` integer
  - `start_date` integer
  - `status` string
  - `tax_percent` integer
  - `trial_end` integer
  - `trial_start` integer
  - `billing_cycle_anchor` integer
  - `latest_invoice` string
  - `from_team` boolean
  - `pause_collection` SubscriptionPauseCollection
    - `behavior` string
    - `resumes_at` integer

## Other responses

- `400` — Error

---

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