---
title: "Billing Status"
method: GET
path: "/v1/billing/status"
tags: ["Billing"]
---

# Billing Status

`GET /v1/billing/status`

Return billing status (active subscription + plan) for the given account.

## Query parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- BillingStatusResponse — Response schema for billing status.
  - `has_active_subscription` boolean, required
  - `has_pending_subscription` boolean
  - `plan_name` string, nullable
  - `cancel_at_period_end` boolean
  - `current_period_end` integer, nullable
  - `checkout_url` string, nullable

## Other responses

- `422` — Validation Error

---

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