stripe-python
Official Python library for the Stripe API to handle billing, charges, and customer portals.
Why consider stripe-python?
stripe-python is the official open-source Python SDK for the Stripe payments platform. Supporting both synchronous and asynchronous calls, it manages customer records, subscription upgrades, automated refunds, and payment disputes with strict type hints.
Learn stripe-python by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of stripe-python
stripe-python processes customer payments and creates automated digital billing receipts.
Quickstart
pip install stripeimport stripestripe.api_key = "sk_test_..."customer = stripe.Customer.create(email="billing@acme.com", name="Acme Corp")stripe-python is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.