Premium

Get current subscription price

Returns the exact price the authenticated user is being billed for their active Stripe subscription, including whether they are on a grandfathered legacy rate.

get/premium/current-subscription-price

Response

Success

price_idstring required

The Stripe price ID the user is currently billed against

amount_minorinteger required

The amount the user is actually charged, in the currency minor unit

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

Currency of the charged amount

billing_cycle'monthly' | 'yearly' required

The recurring billing cycle of the active subscription

is_grandfatheredboolean required

Whether the user is on a legacy price that no longer matches the current list price

list_amount_minorinteger nullable required

The current list price for the same cycle/currency, in the currency minor unit

list_price_idstring nullable required

The current list Stripe price ID for the same cycle/currency

Changes

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