Stripe is a web application programming interface (API) for processing payments.
How to Create a Subscription SaaS Application with Django and Stripe shows how to build a Django application with models for the subscription data in the Django ORM and create a pricing page.
Dirt Cheap Recurring Payments with Stripe and AWS Lambda explains how to use the Stripe API with AWS Lambda to handle recurring payments instead of using a more expensive service like Chargify or Recurly if you only have minimal requirements.
Django Stripe Tutorial looks at how to quickly add Stripe to accept payments on a Django/Python website.
Setting up Stripe Connect with Django this tutorial looks at how to integrate Stripe Connect into a Django application.
Adding a Custom Stripe Checkout to a Flask App looks at how to add a custom Stripe checkout to a Flask application for processing payments.
Stripe’s payments APIs: the first ten years has a ton of great context about how Stripe's payments API has evolved, its architecture, how they expanded it over time, and generally a bunch of solid storytelling behind how it has been built.
How Stripe Designs Beautiful Websites explains the process for how Stripe creates their gorgeous design that makes people want to use the service and explore what else they can build with it.
Creating a Culture of Observability is a technical talk about monitoring systems at scale. The presenter works at Stripe so much of his
Implementing API Billing with Stripe covers billing and invoicing requirements for a video calling API product. They explain how they matched their requirements to what Stripe offers then what they had to build themselves to get everything working the way they intended.