{"library":"stripe","type":"sdk","category":null,"description":"Official Python SDK for the Stripe Payments API. Actively maintained by Stripe. Versioned on a date-based API release cycle (e.g. 2026-02-25.clover). SDK major versions track breaking Python API changes separately from API version pinning. Current API version: 2026-02-25.clover.","language":"python","status":"active","version":"14.2.0","tags":["payments","stripe","billing","subscriptions","python","api"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install stripe","imports":["import stripe\nstripe.api_key = 'sk_live_...'\npi = stripe.PaymentIntent.create(amount=2000, currency='usd')","from stripe import StripeClient\nclient = StripeClient('sk_live_...')\npi = client.payment_intents.create({'amount': 2000, 'currency': 'usd'})"]}],"homepage":"https://stripe.com","github":"https://github.com/stripe/stripe-python","docs":"https://stripe.com/docs/api/?lang=python","changelog":"https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md","pypi":"https://pypi.org/project/stripe/","npm":"https://www.npmjs.com/package/stripe","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":3.5,"avg_import_s":0.28,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/stripe/compatibility"}}