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

pricing_mode'localized' | 'base'

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' | 'INR' | 'PLN' | 'TRY' required

Currency for the prices

gift_currency'USD' | 'EUR' | 'BRL' | 'INR' | 'PLN' | 'TRY' required

Currency for gift prices

Changes

No recorded changes to this endpoint across all 1 revision of this API.