Premium

Get Stripe price IDs

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

get/premium/price-ids

Query parameters

country_codestring

Two-letter country code for regional pricing. Only used when the server cannot geolocate the request; otherwise the request GeoIP country wins.

Two-letter country code for regional pricing. Only used when the server cannot geolocate the request; otherwise the request GeoIP country wins.

Response

Success

monthlystring nullable

Stripe price ID for the monthly subscription

yearlystring nullable

Stripe price ID for the yearly subscription

gift_1_monthstring nullable

Stripe price ID for the 1 month gift

gift_1_yearstring nullable

Stripe price ID for the 1 year gift

monthly_amount_minorinteger nullable

Monthly price amount in the currency minor unit

yearly_amount_minorinteger nullable

Yearly price amount in the currency minor unit

gift_1_month_amount_minorinteger nullable

Gift 1 month price amount in the currency minor unit

gift_1_year_amount_minorinteger 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

Changes