---
title: "Resume Subscription"
method: POST
path: "/iap/subscriptions/resume"
tags: ["Subscriptions"]
---

# Resume Subscription

`POST /iap/subscriptions/resume`

Resumes a previously paused web checkout subscription.

## Request body

- object
  - `user_id` string, required — The user's external ID.
  - `product_id` string — Specific product to resume. If omitted, resumes the user's paused subscription.

## Response `200`

Subscription resumed

- ResumeResponse — Response from resuming a subscription.
  - `status` string — Result status.
  - `resumed_at` string, date-time — When the subscription was resumed.

## Other responses

- `400` — Invalid request -- missing or malformed parameters.
- `401` — Invalid or missing API key.
- `404` — Resource not found.

---

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