Skip to main content
A Subscription is the active billing relationship between a customer and a plan. When a subscription is active, Fluxrate tracks the billing period and automatically generates invoices when the period ends.

Creating a Subscription

Subscription Fields

Subscription States

Billing Period

Each subscription has:
  • current_period_start — Start of the active billing window
  • current_period_end — When the next invoice will be generated
When the invoice worker runs and finds a subscription with current_period_end <= now, it:
  1. Generates an invoice
  2. Advances the period to the next interval

Viewing a Subscription

Listing Subscriptions

Filter by status and/or customer_id.