List subscription plans
GET
https://app.speybooks.com/api/v1/billing/plansReturns the available subscription plans with pricing and feature lists. Pricing is read live from Stripe, the same Price objects checkout charges, and is reported in pence (minor units). If Stripe is unreachable the declared fallback constants are used, so the call does not fail on a Stripe outage. The trial plan has no Stripe price and reports as "Free". The priceFormatted field is a display-ready string.
Response
200Returns all available subscription plans with pricing and features. Pricing is sourced live from Stripe (cached 5 minutes), the same Price objects checkout charges.
Show response fields
plansarray<object>Show child attributes
featuresarray<string>List of features included in the plan.
idstringPlan identifier (sole_trader, limited_company).
namestringHuman-readable plan name.
priceintegerMonthly price in pence (minor units).
priceFormattedstringFormatted price string (for example "£15.00/month"), or "Free" for the trial plan.