Retrieves Stripe price IDs for premium subscriptions based on geographic location.
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>"
}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{
"currency": "USD",
"monthly": "<string>",
"yearly": "<string>",
"gift_1_month": "<string>",
"gift_1_year": "<string>"
}