Skip to main content

subscriptionpurchases

Each row represents a subscription billing event with amounts, renewals, refunds, disputes, and subscription period metadata.

Full schema

View all columns and table relationships

Status group

No, this table does not include a statusgroup column.

Sample query

select
t.analyticsversion,
t.amountcharged,
t.amountdiscounted,
t.amountdisputed,
t.amounttaxed
from subscriptionpurchases as t
limit 100