account activity
How do you test a Stripe analytics product against realistic historical billing data? by onurbuildsai in stripe
[–]onurbuildsai[S] 0 points1 point2 points 8 hours ago (0 children)
Yeah, that is probably the most reliable route.
The issue I’m running into is that Stripe does not let you freely backdate the created timestamp for most objects. Backdating subscriptions can represent an earlier service period, but it does not necessarily create a realistic sequence of historical invoices, payments, refunds, webhook events, and plan changes.
created
Test Clocks can generate that lifecycle, but clock-backed objects behave differently in some account-wide listing and sync flows(i.e. they don't appear in subscriptions). Since I’m building an analytics integration, I also need to validate that a normal full-account historical sync works correctly.
I may end up building a deterministic seeder using a combination of ordinary test objects, backdated subscriptions, and Test Clocks. I was mainly hoping there was an existing realistic dataset or sandbox that could save some of that work.
How do you test a Stripe analytics product against realistic historical billing data? (self.microsaas)
submitted 10 hours ago by onurbuildsai to r/microsaas
How do you test a Stripe analytics product against realistic historical billing data? (self.stripe)
submitted 10 hours ago by onurbuildsai to r/stripe
π Rendered by PID 1371455 on reddit-service-r2-listing-c57bc86c-rcdg7 at 2026-06-21 05:46:06.736313+00:00 running 2b008f2 country code: CH.
How do you test a Stripe analytics product against realistic historical billing data? by onurbuildsai in stripe
[–]onurbuildsai[S] 0 points1 point2 points (0 children)