---
title: "Get subscription status"
method: GET
path: "/v3/accounts/{id}/subscription-status"
tags: ["Accounts"]
---

# Get subscription status

`GET /v3/accounts/{id}/subscription-status`

Gets status, next payment date and past due grace period of subscription associated with the account

## Path parameters

- `id` string, required

## Response `200`

OK

- PaddleSubscriptionStatusDto
  - `status` 'active' | 'canceled' | 'past_due' | 'paused' | 'trialing' | 'no_subscription' | 'deleted', required
  - `nextPaymentDate` string, date-time, nullable
  - `subscriptionPastDueGracePeriod` integer, required
  - `canceledAt` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

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