Our Stripe Billing implementation and the one webhook to rule them all

Our Stripe Billing implementation and the one webhook to rule them all

When I started Checkly, all the typical SaaS things around billing, credit cards and prorating confused the hell out of me. Funnily, what I didn’t know before starting Checkly is that Stripe never had a recurring subscriptions product. What is interesting, is that you can probably scrape by in the beginning of your SaaS product by listening to just one webhook:

The webhook is send out when the automatically generated Stripe Billing invoice has been connected with an actual, validated payment.

Source: blog.checklyhq.com