django-payments icon indicating copy to clipboard operation
django-payments copied to clipboard

Universal payment handling for Django.

Results 93 django-payments issues
Sort by recently updated
recently updated
newest added

Bugfix and added documentation about a feature Optional parameters - payment.attrs.fingerprint_session_id - payment.attrs.merchant_defined_data error was thrown if the parameters above were not included, but that doesn't appear to be the...

updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.3) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971) - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0)

The cybersource interface requires the following data, but it's not in the documentation. I think 1. i should be added to the documentation for cybersource 2. I think the error...

This is partially working implementation of PayPal subscriptions. I was able to manage subscription creation, getting state and cancelling. This is based subscription support drafted in #217. Although I was...

The provider is [on very short notice] shutting down permanently.

https://github.com/jazzband/django-payments/commit/b1dc16c8234993abdf506e358f867cdb7a1ed707 made `change_status` 'safer' by not saving the whole payment object but just some fields. This backwards incompatible change got me a while ago and I fixed it in my...

bug

I am writing a payment provider where the user needs to interact to do a refund. Could we allow providers to raise `RedirectNeeded` in their `refund` method, and make `BasePayment`...

enhancement

The documentation has some good examples of how to use the module, but it doesn't really show how to integrate it into existing django apps. Its easy to see some...

I hate it when I am right and know in advance what bugs others will implement… As predicted in #296, today we sent a 40-character description to Klarna containing a...