Misar IO Docs

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:

  1. Open the article in the editor
  2. Toggle Premium and set a price (e.g. $2.00)
  3. 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:

  1. Create a series in Dashboard → Series
  2. Set visibility to Paid and enter a price (e.g. $9.00)
  3. Add articles to the series
  4. 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 payments record is created with status = succeeded
  • An article_purchases or series_purchases record 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.