Subscriptions run on tiers (Free, Launch, Growth, Scale, Full Autopilot, Enterprise) described on the pricing page. As of 6 September 2026 the paid tiers carry approved monthly prices in XAF with a second approved price in USD (src/lib/pricing.ts). Enterprise is quoted per customer and still reads “Pricing on request”.
What has not been decided is the refund window itself. Prices existing does not create a refund term, and this page will not infer one from them — a customer reading a number here would reasonably act on it. The open decisions are listed below and are still open.
Separately from subscriptions, the platform models a wallet balance used for advertising spend, with transaction kinds that include top-ups, ad spend, credit purchases, credit consumption, adjustments — and a REFUND kind (WALLET_TRANSACTION_KINDS in src/types/domain.ts). That a refund transaction type exists in the data model is not the same as a refund policy: no code path in this repository automatically issues one, and no circumstances that would trigger one have been defined.