---
title: "Gets available payment plans (Roles: user, none)"
method: GET
path: "/payment/plans"
tags: ["Payments"]
---

# Gets available payment plans (Roles: user, none)

`GET /payment/plans`

## Response `200`

Success

- 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

## 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)
