---
title: "Get prices"
method: GET
path: "/accounts/payment/prices"
tags: ["Payment"]
---

# Get prices

`GET /accounts/payment/prices`

Retrieves all available prices

## Response `200`

Prices retrieved successfully

- object
  - `data` StripePrice[], required
    - `id` string, required — Price ID
    - `currency` string, required — Currency
    - `lookup_key` string — Lookup key
    - `nickname` string — Nickname
    - `unit_amount` number, required — Unit amount in cents
    - `amount` number, required — Amount in currency units
    - `metadata` object — Metadata

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
