Skip to main content
GET
/
premium
/
price-ids
Get Stripe price IDs
curl --request GET \
  --url https://api.fluxer.app/v1/premium/price-ids
{
  "currency": "USD",
  "monthly": "<string>",
  "yearly": "<string>",
  "gift_1_month": "<string>",
  "gift_1_year": "<string>"
}

Query Parameters

country_code
string

Two-letter country code for regional pricing

Response

Success

currency
enum<string>
required

Currency for the prices

Available options:
USD,
EUR
monthly
string | null

Stripe price ID for the monthly subscription

yearly
string | null

Stripe price ID for the yearly subscription

gift_1_month
string | null

Stripe price ID for the 1 month gift

gift_1_year
string | null

Stripe price ID for the 1 year gift