---
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. Only used when the server cannot geolocate the request; otherwise the request GeoIP country wins.

## 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' | 'DKK' | 'INR' | 'NOK' | 'PLN' | 'SEK' | 'TRY', required
  - `gift_currency` 'USD' | 'EUR' | 'BRL' | 'DKK' | 'INR' | 'NOK' | 'PLN' | 'SEK' | 'TRY', required

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

## Changes

> 19 revisions in range; 1 not diffed.

- **2026-09-18** `dd0ad4ea1c88` — 4 breaking, 4 info
  - the response property `gift_1_month` became nullable for the status `200`
  - the response property `gift_1_year` became nullable for the status `200`
  - the response property `monthly` became nullable for the status `200`
  - the response property `yearly` became nullable for the status `200`
  - …4 more
- **2026-09-11** `b7b12069ba8d` — 1 warning
  - deleted the `query` request parameter `pricing_mode`
- **2026-09-06** `a52a2cf49d9b` — 16 warning
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `400`
  - added the new `IP_BAN_DECLINED` enum value to the `code` response property for the response status `500`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `400`
  - added the new `PHONE_COUNTRY_NOT_SUPPORTED` enum value to the `code` response property for the response status `500`
  - …12 more
  - …this revision’s changelog is incomplete
- **2026-09-05** `4dbb738a3e22` — 2 info
  - removed the `NSFW_EMOJI_STICKER_BLOCKED` enum value from the `code` response property for the response status `400`
  - removed the `NSFW_EMOJI_STICKER_BLOCKED` enum value from the `code` response property for the response status `500`
- …earlier changes not shown

[Full history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/premium/price-ids/get.md)

---

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