<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Giorgio Di Rosa</title>
    <description>The latest articles on DEV Community by Giorgio Di Rosa (@giorgiodirosa).</description>
    <link>https://dev.to/giorgiodirosa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4140232%2Fb9915ed1-5974-41b4-b7ae-41f770bfa002.png</url>
      <title>DEV Community: Giorgio Di Rosa</title>
      <link>https://dev.to/giorgiodirosa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/giorgiodirosa"/>
    <language>en</language>
    <item>
      <title>How I built a Stripe billing health audit for SaaS</title>
      <dc:creator>Giorgio Di Rosa</dc:creator>
      <pubDate>Thu, 24 Sep 2026 01:24:56 +0000</pubDate>
      <link>https://dev.to/giorgiodirosa/how-i-built-a-stripe-billing-health-audit-for-saas-3ja7</link>
      <guid>https://dev.to/giorgiodirosa/how-i-built-a-stripe-billing-health-audit-for-saas-3ja7</guid>
      <description>&lt;p&gt;If you run a subscription SaaS on Stripe, a successful checkout does not necessarily mean your billing state will stay healthy forever.&lt;/p&gt;

&lt;p&gt;Subscriptions can become &lt;code&gt;past_due&lt;/code&gt;, payments can remain incomplete, invoices can stay open after collection attempts, and customers can sometimes end up with more than one current subscription.&lt;/p&gt;

&lt;p&gt;I built Tresvio to make these states easier to spot.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I wanted to monitor
&lt;/h2&gt;

&lt;p&gt;The first version focuses on Stripe billing states such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;past_due&lt;/code&gt; subscriptions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;unpaid&lt;/code&gt; subscriptions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;incomplete&lt;/code&gt; subscriptions&lt;/li&gt;
&lt;li&gt;recent &lt;code&gt;incomplete_expired&lt;/code&gt; subscriptions&lt;/li&gt;
&lt;li&gt;open invoices with an amount remaining after attempted collection&lt;/li&gt;
&lt;li&gt;multiple active or trialing subscriptions for the same customer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not to automatically change anything in Stripe.&lt;/p&gt;

&lt;p&gt;Tresvio is designed as a monitoring and audit layer. It shows the state that deserves attention, while Stripe remains responsible for payment collection, retries, invoices, and subscription management.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I separated monitoring from recovery
&lt;/h2&gt;

&lt;p&gt;I didn't want the tool to automatically cancel subscriptions, retry charges, issue refunds, or make billing decisions.&lt;/p&gt;

&lt;p&gt;Those decisions depend on each SaaS company's own policies.&lt;/p&gt;

&lt;p&gt;Instead, the workflow is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connect Stripe&lt;/li&gt;
&lt;li&gt;Run an audit&lt;/li&gt;
&lt;li&gt;Review the findings&lt;/li&gt;
&lt;li&gt;Open the relevant customer, subscription, or invoice in Stripe&lt;/li&gt;
&lt;li&gt;Enable continuous monitoring if useful&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This also keeps the Stripe integration read-only for the monitoring workflow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stripe state is only half of the problem
&lt;/h2&gt;

&lt;p&gt;There is another class of billing problems that Stripe alone cannot see.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stripe says a customer is paying, but the app gives them no access&lt;/li&gt;
&lt;li&gt;the app gives premium access without a paid subscription&lt;/li&gt;
&lt;li&gt;the plan in Stripe does not match the plan stored by the application&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For that reason I also built an optional App Probe integration.&lt;/p&gt;

&lt;p&gt;It is not required for the normal Stripe audit. It is only there for SaaS teams that want to compare billing state with application access.&lt;/p&gt;

&lt;h2&gt;
  
  
  The free audit
&lt;/h2&gt;

&lt;p&gt;I wanted the first step to be low-friction, so Tresvio starts with a free Stripe billing audit.&lt;/p&gt;

&lt;p&gt;The current flow is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect Stripe → Run free audit → Review findings → Enable monitoring&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No card is required for the initial audit.&lt;/p&gt;

&lt;p&gt;I'm currently looking for feedback from developers and SaaS founders using Stripe Billing.&lt;/p&gt;

&lt;p&gt;If you want to try it:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tresvio.com" rel="noopener noreferrer"&gt;https://tresvio.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd also be interested to know: what Stripe billing issue has caused you the most trouble in a SaaS project?&lt;/p&gt;

</description>
      <category>stripe</category>
      <category>saas</category>
      <category>webdev</category>
      <category>payments</category>
    </item>
  </channel>
</rss>
