---
title: "Return all billing plans directly from Stripe (staff only)"
method: GET
path: "/v1/stripe/plan"
tags: ["stripe"]
---

# Return all billing plans directly from Stripe (staff only)

`GET /v1/stripe/plan`

## Response `200`

successful operation

- ResultsPlan
  - `data` Plan[], required
    - `id` string, required — unique Stripe identifier for this plan
    - `name` string, required — human-readable nickname for this plan
    - `interval` 'DAY' | 'WEEK' | 'MONTH' | 'YEAR', required — interval for billing on this plan
    - `intervalCount` integer, required — number of intervals, for example 3 for quarterly billing
    - `tiers` PlanTier[], required — pricing tiers, per employee per interval
      - `upTo` integer — headcount up to this level is charged at the below rate
      - `unitAmount` number, required — PEPM rate
    - `stripeProductId` string, required — stripe product id that this plan belongs to
  - `next` string

## Other responses

- `400` — bad request
- `404` — not found

---

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