Version

Billing API

Manage the creator's own Subscriby tier. Webhook-observable today; REST deferred.

Dedicated REST endpoints for a creator's own Subscriby tier are deferred. Mis-using them could brick production billing, so they intentionally ship after the rest of the API stabilises. The billing.* webhook family is already available for ops dashboards that watch for lockdown and payment failures.

Ability

billing:read and billing:manage exist in the ability catalog today and are reserved for when the REST endpoints ship. Neither ability is enforced on any live route at the moment.

Planned endpoints

Not implemented yet — listed here so integrations can plan the migration:

  • GET /v1/billing
  • POST /v1/billing/upgrade
  • POST /v1/billing/downgrade
  • POST /v1/billing/cancel
  • GET /v1/billing/payment-method

Today

Upgrade, downgrade, and cancel flow through the dashboard under Settings → Billing. The checkout experience is hosted by Stripe, so a REST shim would mostly be a passthrough — that's why it's low priority.

Observable via webhooks today

The billing.* family covers every state change a creator's Subscriby tier goes through. Subscribe a webhook endpoint with webhook-endpoint:manage and pick any of:

EventWhen
billing.invoice_createdA new Subscriby invoice is raised for the creator's tier.
billing.invoice_paidA tier invoice settled successfully.
billing.invoice_overdueA tier invoice remains unpaid past its due date.
billing.payment_failedA tier charge attempt failed on the provider.
billing.trial_endingThe platform trial is about to convert. Carries amount and hours_remaining.
billing.grace_period_warningThe creator is approaching lockdown. Carries days_until_lockdown.
billing.account_lockedGrace period elapsed and the account is locked out of paid features.
billing.tier_upgradedThe creator upgraded their tier.
billing.tier_downgradedThe creator downgraded.
billing.tier_cancelledThe creator cancelled their paid tier.

Each event requires billing:read on the subscribing endpoint's owning token.

How is this guide?

Version

On this page

Subscriby is a product
designed by you — for you.
No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request