Skip to main content

Checkout engine for Django: carts, orders, payment intents (PayU, PayPal, Autopay, Przelewy24, Paynow, Stripe), shipping, discounts and sale offers

Project description

entirius-django-checkout

Checkout engine for Django.

django_checkout handles the full checkout flow of a multi-channel storefront: cart lifecycle, order creation and splitting, payment intents with pluggable providers (PayU, PayPal, Autopay, Przelewy24, Paynow, Stripe), shipping and payment method selection, discount codes and rules, sale offers and per-supplier stock reservation. Two API generations coexist: v1 (function-based views, marshmallow DTOs) and v2 (DRF + Pydantic, sub-resource PATCH pattern).

Installation

pip install entirius-django-checkout

Add django_checkout to INSTALLED_APPS. The checkout attaches to django_accounts, django_pim, django_pricemanager and django_regional; optional integrations are exposed as extras:

pip install "entirius-django-checkout[qms,vault,vat,pricetuner]"

To use the django_accounts auth system, add its backend in the host service settings (the list works FIFO — first entry is checked first):

AUTHENTICATION_BACKENDS = [
    "django_accounts.backends.JWTAccessBackend",
    "django.contrib.auth.backends.ModelBackend",  # default django auth - important for /admin
]

Development

uv sync --all-extras
make check test

Tests require PostgreSQL — point DATABASE_URL at any postgres 15+. See AGENTS.md for architecture, settings and integration points.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

entirius_django_checkout-9.0.0.tar.gz (869.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

entirius_django_checkout-9.0.0-py3-none-any.whl (317.6 kB view details)

Uploaded Python 3

File details

Details for the file entirius_django_checkout-9.0.0.tar.gz.

File metadata

  • Download URL: entirius_django_checkout-9.0.0.tar.gz
  • Upload date:
  • Size: 869.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for entirius_django_checkout-9.0.0.tar.gz
Algorithm Hash digest
SHA256 78fc03eba28be258655b070dfb192870ef84f189b70ba2d189e90171538543a5
MD5 8df8316f1ab4e52abee5ddcf3d6e2188
BLAKE2b-256 e430ae7b19a3952c7f2042724b513bb0f39470815742e184a2deee22c747ccff

See more details on using hashes here.

File details

Details for the file entirius_django_checkout-9.0.0-py3-none-any.whl.

File metadata

  • Download URL: entirius_django_checkout-9.0.0-py3-none-any.whl
  • Upload date:
  • Size: 317.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for entirius_django_checkout-9.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43b01a3d7a564d293eca7f72b3cb2fd40ed16727cff37151f5b34230577da502
MD5 34eb42bbedae9f98ffc0e19855156c40
BLAKE2b-256 c4da0e344ace7439a764a2fc2c41c2c8c30dd286abccc9b95e55b0b88b4c3b1b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page