---
title: "Get all Stripe prices for a product"
method: GET
path: "/v1/admin/stripe/prices"
tags: ["internal"]
---

# Get all Stripe prices for a product

`GET /v1/admin/stripe/prices`

## Query parameters

- `stripe_product_id` string, required

## Response `200`

OK

- object
  - `prices` StripePriceItem[]
    - `price_id` string, required — Stripe price ID
    - `price` number, required — Price amount in dollars
    - `name` string, required — Price display name
    - `currency` string — Currency code (e.g., USD)
    - `interval` string — Billing interval (month, year, etc.)
    - `product_id` string — Associated Stripe product ID
  - `message` string

## Other responses

- `400` — Example response
- `401` — Example response
- `403` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-11-18** `41ee26b930f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/admin/stripe/prices/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/41ee26b930f3?raw)
