There are a bunch of separate services and addons for Stripe that will calculate monthly revenue recognition numbers from >1 month subscriptions (e.g. yearly plans).
However, with the arrival of Stripe Sigma, can anyone help on an SQL query that would identify all customers, their subscription period, and charged amount
I'm looking for these fields, at least:
- Customer ID
- Subscription ID
- Subscription start date
- Subscription end date
- Currency
- Charged/paid amount (the upfront payment)
Thanks!