List subscription plans

GEThttps://app.speybooks.com/api/v1/billing/plans

Returns 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.
idstring
Plan identifier (sole_trader, limited_company).
namestring
Human-readable plan name.
priceinteger
Monthly price in pence (minor units).
priceFormattedstring
Formatted price string (for example "£15.00/month"), or "Free" for the trial plan.