---
title: "Get Stripe price IDs"
method: GET
path: "/premium/price-ids"
tags: ["Premium"]
---

# Get Stripe price IDs

`GET /premium/price-ids`

Retrieves Stripe price IDs for premium subscriptions based on geographic location.

## Query parameters

- `country_code` string — Two-letter country code for regional pricing
- `pricing_mode` 'localized' | 'base'

## Response `200`

Success

- PriceIdsResponse
  - `monthly` string, nullable — Stripe price ID for the monthly subscription
  - `yearly` string, nullable — Stripe price ID for the yearly subscription
  - `gift_1_month` string, nullable — Stripe price ID for the 1 month gift
  - `gift_1_year` string, nullable — Stripe price ID for the 1 year gift
  - `monthly_amount_minor` integer, nullable — Monthly price amount in the currency minor unit
  - `yearly_amount_minor` integer, nullable — Yearly price amount in the currency minor unit
  - `gift_1_month_amount_minor` integer, nullable — Gift 1 month price amount in the currency minor unit
  - `gift_1_year_amount_minor` integer, nullable — Gift 1 year price amount in the currency minor unit
  - `currency` 'USD' | 'EUR' | 'BRL' | 'INR' | 'PLN' | 'TRY', required — Currency for the prices
  - `gift_currency` 'USD' | 'EUR' | 'BRL' | 'INR' | 'PLN' | 'TRY', required — Currency for gift prices

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluxer/fluxer-api/revisions/d9c706133cc5/schema)
