.gitignore
.python-version
.release-please-manifest.json
CHANGELOG.md
CLAUDE.md
LICENSE
README.rst
pyproject.toml
release-please-config.json
test_settings.py
uv.lock
.github/workflows/release.yml
.superpowers/sdd/task-1-report.md
.superpowers/sdd/task-2-report.md
.superpowers/sdd/task-8-report.md
django_checkouts/__init__.py
django_checkouts/apps.py
django_checkouts/capabilities.py
django_checkouts/checks.py
django_checkouts/client.py
django_checkouts/credentials.py
django_checkouts/enums.py
django_checkouts/exceptions.py
django_checkouts/py.typed
django_checkouts/registry.py
django_checkouts/version.py
django_checkouts/webhooks.py
django_checkouts.egg-info/PKG-INFO
django_checkouts.egg-info/SOURCES.txt
django_checkouts.egg-info/dependency_links.txt
django_checkouts.egg-info/requires.txt
django_checkouts.egg-info/scm_file_list.json
django_checkouts.egg-info/scm_version.json
django_checkouts.egg-info/top_level.txt
django_checkouts/gateways/__init__.py
django_checkouts/gateways/base.py
django_checkouts/gateways/commands.py
django_checkouts/gateways/contracts.py
django_checkouts/gateways/options.py
django_checkouts/gateways/stripe/__init__.py
django_checkouts/gateways/stripe/capabilities.py
django_checkouts/gateways/stripe/gateway.py
django_checkouts/gateways/stripe/mapping.py
django_checkouts/gateways/stripe/options.py
django_checkouts/gateways/stripe/webhooks.py
django_checkouts/gateways/stripe/handlers/__init__.py
django_checkouts/gateways/stripe/handlers/checkouts.py
django_checkouts/gateways/stripe/handlers/events.py
django_checkouts/gateways/stripe/handlers/invoices.py
django_checkouts/gateways/stripe/handlers/subscriptions.py
django_checkouts/integrations/__init__.py
django_checkouts/integrations/drf.py
django_checkouts/resources/__init__.py
django_checkouts/resources/_validation.py
django_checkouts/resources/checkouts.py
django_checkouts/resources/events.py
django_checkouts/resources/invoices.py
django_checkouts/resources/setups.py
django_checkouts/resources/subscriptions.py
django_checkouts/resources/webhooks.py
django_checkouts/testing/__init__.py
django_checkouts/testing/contracts.py
django_checkouts/testing/fakes.py
django_checkouts/types/__init__.py
django_checkouts/types/checkouts.py
django_checkouts/types/common.py
django_checkouts/types/events.py
django_checkouts/types/invoices.py
django_checkouts/types/setups.py
django_checkouts/types/subscriptions.py
docs/__init__.py
docs/conf.py
docs/errors-and-retries.rst
docs/gateway-options.rst
docs/index.rst
docs/integracao-sandbox-asaas.md
docs/integracao-sandbox-pagseguro.md
docs/integracao-sandbox-stripe.md
docs/migration-pre-1.0.rst
docs/plano-testes-sandbox.md
docs/quickstart.rst
docs/reconciliation.rst
docs/subscriptions.rst
docs/webhooks.rst
docs/writing-a-gateway.rst
docs/superpowers/plans/2026-08-07-recurring-checkout-lifecycle.md
docs/superpowers/specs/2026-08-06-django-checkouts-recurring-lifecycle-design.md
tests/__init__.py
tests/conftest.py
tests/test_capabilities.py
tests/test_checks.py
tests/test_client.py
tests/test_contract_suite.py
tests/test_credentials.py
tests/test_drf.py
tests/test_gateway_dispatch.py
tests/test_public_interface.py
tests/test_registry.py
tests/test_types.py
tests/test_webhooks.py
tests/gateways/__init__.py
tests/gateways/stripe/__init__.py
tests/gateways/stripe/test_checkouts.py
tests/gateways/stripe/test_errors.py
tests/gateways/stripe/test_events.py
tests/gateways/stripe/test_invoices.py
tests/gateways/stripe/test_subscriptions.py
tests/gateways/stripe/test_webhooks.py
tests/gateways/stripe/fixtures/event_invoice_paid.json
tests/gateways/stripe/fixtures/event_unknown.json
tests/gateways/stripe/fixtures/invoice_failed.json
tests/gateways/stripe/fixtures/invoice_paid.json
tests/gateways/stripe/fixtures/session_open.json
tests/gateways/stripe/fixtures/session_paid.json
tests/gateways/stripe/fixtures/subscription_active.json
tests/gateways/stripe/fixtures/subscription_canceling.json