---
title: "Retrieve a Plan"
method: GET
path: "/v1/plans/{plan_id}"
---

# Retrieve a Plan

`GET /v1/plans/{plan_id}`

This API provides information about a plan.

## Path parameters

- `plan_id` string, required

## Response `200`

200

- object
  - `data` object
    - `object` string
    - `plan_id` string
    - `amount` integer
    - `interval` string
    - `interval_count` integer
    - `name` string
    - `plan_description` unknown
    - `statement_descriptor` string
    - `trial_period_days` string
    - `currency` string
    - `created_at` integer
    - `updated_at` integer
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## Other responses

- `404` — 404

---

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