Skip to main content

payable-subscriptions

Code Style Code Style PyPI Project


This builds upon the subscription and recurrent billing from django-flexible-subscriptions with supported payment vendors, such as Venmo.

  • Integrates out-of-the-box payment processing for django-flexible-subscriptions.
    • NOTE: Currently, only Venmo is supported.
  • Automatically update Google Contact Group based on subscription status (new or expired)

Quick start

  1. Add payablesubs (and subscriptions) to your INSTALLED_APPS setting like this:
    INSTALLED_APPS = [
        ...
        'subscriptions',
        'payablesubs',
    ]
  1. Inject payablesubs custom manager class by adding this in settings file:
DFS_MANAGER_CLASS = "payablesubs.management.commands._payable_manager.PayableManager"
  1. Include the polls URLconf in your project urls.py like this:
   path('subscriptions/', include('subscriptions.urls')),
  1. Run python manage.py migrate to create the models.

  2. Start the development server and visit http://127.0.0.1:8000/subscriptions/dfs/subscriptions to view the subscriptions dashboard. NOTE: You need to create and login with a superuser account.

    See django-flexible-subscription documentation for more details.

  3. Create your Venmo access token following these instructions. Save the token to a file: .credentials/venmo.token

  4. Automate sending and processing payments by calling

$> python manage.py process_subscriptions

Optional Settings

The following can be set either directly in your settings file, or via environment properties

  • PAYABLESUBS_BILLING_ENABLED: if disabled, payment requests will not be sent. Helpful for testing.
  • PAYABLESUBS_DRY_RUN: processes subscriptions, but doesn't persist Bills or send payment requests. Helpful for testing.
  • PAYABLESUBS_GOOGLE_CONTACT_LABEL: The Google contact group label associated with active subscriptions. If not set, Google integration is disabled.

Libraries Used

Release files for payable-subscriptions 1.0.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for payable-subscriptions 1.0.8
File Size Uploaded
payable-subscriptions-1.0.8.zip 38.8 kB Details

Release files / payable-subscriptions-1.0.8.zip

Download URL payable-subscriptions-1.0.8.zip
Size 38.8 kB
Tags Source
SHA-256 checksum
How to use checksums
8a7708b9a9edb948bd30eab1e296287c35a4a6d989c6c91a54cd13addc907c3f
BLAKE2b-256 checksum
How to use checksums
a5353621ddaa464b604931e7061bc4ec09a2bdb79d1cb6272b034e01bda21a8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.10

Release history Release notifications | RSS feed

This release

1.0.8 This release

1 release file

1.0.7

1 release file

1.0.6

1 release file

1.0.5

1 release file

1.0.4

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page