Article & Series Purchases
Sell individual articles or complete series as one-time purchases.
Article & Series Purchases
In addition to subscriptions, readers can make one-time purchases for individual premium articles or entire series.
Premium Articles
Set a price on any article to sell it individually:
- Open the article in the editor
- Toggle Premium and set a price (e.g. $2.00)
- Publish — non-subscribers see a paywall with a purchase option
Readers who purchase the article gain permanent access to that article regardless of subscription status.
Paid Series
Bundle a collection of articles into a series and sell access as a package:
- Create a series in Dashboard → Series
- Set
visibilityto Paid and enter a price (e.g. $9.00) - Add articles to the series
- Readers purchase the series once and access all articles within it
Tips
Readers can send a one-time tip to support your work from any article or your profile page. Tips have no fixed amount — readers choose what to send.
How Payments Work
All one-time purchases go through Stripe. A payment intent is created and confirmed client-side. On success:
- A
paymentsrecord is created withstatus = succeeded - An
article_purchasesorseries_purchasesrecord is upserted, granting permanent access - Earnings are added to your available balance immediately
Idempotency
Each payment carries a unique idempotency key (article_<user>_<article> or series_<user>_<series>), so retrying a failed checkout never results in a double charge.