Where is the Subscription documentation in the manual?

I’m looking to better understand what all of this means:


I’m poking around and figuring it out but I really wish this was all explained somewhere. I did see this Data Sources | Bubble Docs but it’s really very lacking.

@brenton.strine have you seen this section yet? Workflow and language | Bubble Docs

Let me know if you are still missing details and I can add some more documentation around each data field

Hey Brenton, Bubble automatically creates and manages a Subscription Purchases data table that serves as the source of truth for a user’s subscription state. Each record represents a single subscription entitlement for a user, created and updated based on billing notifications sent by Apple and Google.

The available fields on this system table include:

  1. Original Purchase Identifier: stable ID grouping all renewals/lifecycle events for the same subscription.
  2. Purchase Identifier: unique ID for a specific purchase or renewal event.
  3. Status: current lifecycle status (active, ending, expired, paused, on hold).
  4. Is Active: yes/no boolean; the safest field for quick access checks.
  5. User: the Bubble user who owns this subscription.
  6. Environment: sandbox/test vs. live/production.
  7. Store: apple or google.
  8. Bubble Billing Variant: the billing variant associated with this entitlement.
  9. Store Product Identifier: the product ID from App Store or Play Store.
  10. Expiry or Renewal Date: the date when the subscription will next renew or expire, depending on its current status.
  11. Created Date**/Modified date..** Same as what we know.