Skip to main content

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro

Project description

A pluggable Django application for integrating PayPal Payments Standard or Payments Pro

Home page: https://github.com/spookylukey/django-paypal

Docs: https://django-paypal.readthedocs.org

Change log

Version 0.1.4

  • New docs!

  • Python 3 support.

  • Django 1.7 support.

  • Support for custom User model via AUTH_USER_MODEL. If you change AUTH_USER_MODEL you will still need to write your own migrations.

  • Support for all possible ‘initial’ options that could be wanted in PayPalStandardForm

  • Support for PayPalPro CreateBillingAgreement method

  • Support for PayPalPro DoReferenceTransaction method

  • Upgraded to PayPal Pro API version 116.0

    • This deprecates the “amt” parameter for SetExpressCheckout and DoExpressCheckoutPayment. paymentrequest_0_amt should be used instead. Use of amt will raise a DeprecationWarning for now.

  • Various bug fixes, refactorings and small features.

Version 0.1.3

  • Missing payment types added

  • Additional signals:

    • payment_was_refunded

    • payment_was_reversed

  • Django 1.6 compatibility

  • Various bug fixes, including:

    • Fixes for non-ASCII characters

Project details


Supported by

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