As the article says, Stripe's API docs are incredible. The article links directly to the API docs and the rest of their documentation is equally great[1]. There are a few weak spots, though, in particular around webhooks. I put together a little guide[2] a few months ago that describes what hooks fire, in what order, and under what conditions.<p>[1]: <a href="https://stripe.com/docs" rel="nofollow">https://stripe.com/docs</a><p>[2]: <a href="https://www.petekeen.net/stripe-webhook-event-cheatsheet" rel="nofollow">https://www.petekeen.net/stripe-webhook-event-cheatsheet</a>