Retrieves Stripe price IDs for premium subscriptions based on geographic location.
curl --request GET \
--url https://api.fluxer.app/v1/premium/price-ids{
"monthly": "<string>",
"yearly": "<string>",
"gift_1_month": "<string>",
"gift_1_year": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Two-letter country code for regional pricing
Success
Currency for the prices
USD, EUR Stripe price ID for the monthly subscription
Stripe price ID for the yearly subscription
Stripe price ID for the 1 month gift
Stripe price ID for the 1 year gift
curl --request GET \
--url https://api.fluxer.app/v1/premium/price-ids{
"monthly": "<string>",
"yearly": "<string>",
"gift_1_month": "<string>",
"gift_1_year": "<string>"
}