{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/11"},{"label":"Financial","url":"https://skillfed.io/packages/category/office-business-financial"}],"enrichment":{"capability":"dj-stripe syncs Stripe payment objects into Django models via webhooks, giving you a local database copy of your Stripe data that stays in sync automatically.","skillfed_tags":["stripe-integration","payment-processing","webhook-sync"],"use_cases":["Store Stripe customer and subscription data locally so you can query and filter it without hitting Stripe's API repeatedly.","Build Django admin interfaces to view and manage Stripe objects (customers, charges, invoices) alongside your own models.","Generate reports or analytics on payment history by joining Stripe data with your own application data.","Implement webhook handlers that react to Stripe events and update your application state in a single transaction.","Support multi-account or multi-API-key scenarios where you manage Stripe data for multiple organizations."],"what_it_does":"dj-stripe is a Django package that mirrors Stripe's payment infrastructure into your database as Django models. Instead of querying Stripe's API every time you need payment data, you set up a webhook endpoint and dj-stripe automatically creates and updates local Django model instances whenever Stripe events occur. This gives you queryable, relational access to Stripe objects like Customers, Charges, Subscriptions, and Payment Intents.\n\nThe package covers Stripe's core payment features, billing, cards, payment methods with SCA support, and partial Stripe Connect support. It's designed for Django applications that need to work with Stripe data in their own database\u2014useful for reporting, filtering, joining with local data, or avoiding repeated API calls. It requires Django >=5.0, Python >=3.11, and a supported database backend.","worth_installing":"Yes, if you're building a Django application that integrates Stripe payments and you want local, queryable access to Stripe data. The low install friction, active maintenance, permissive license, and no known vulnerabilities make it a solid choice. Requires Django 5.0+ and Python 3.11+, so only viable for projects on current versions."},"id":"dj-stripe","links":{"html":"https://skillfed.io/packages/dj-stripe","md":"https://skillfed.io/packages/dj-stripe.md","pypi":"https://pypi.org/project/dj-stripe/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-26","license_spdx":"MIT","license_treatment":"permissive","name":"dj-stripe","python_support":"supports_current","summary":"Django + Stripe made easy"},"popularity":{"monthly_downloads":487489,"position":6384,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.11.0"}
