For general usage instructions, please see the main Omnipay
repository.
Quirks
The transaction reference obtained from the purchase() response can’t be used to refund a purchase. The transaction reference from the completePurchase() response is the one that should be used.
Out Of Scope
Omnipay does not cover recurring payments or billing agreements, and so those features are not included in this package. Extensions to this gateway are always welcome.
Support
If you are having general issues with Omnipay, we suggest posting on
Stack Overflow. Be sure to add the
omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project,
or ask more detailed questions, there is also a mailing list which
you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker,
or better yet, fork the library and submit a pull request.
Project status
This is an Open Source project that is active but in maintenance mode. The
maintainers see their primary responsibilities as:
fixing any critical data loss or security bugs.
keeping the project up-to-date with new versions of Django (or other
dependencies).
merging well written patches from the community, and doing so promptly.
Large scale development work and feature additions are not planned by the
maintainers.
Some important parts of the code base are not covered by automated tests, and
may be broken for some versions of Django or Python. These parts of the code
base currently issue warnings, and the maintainers are waiting for tests to be
contributed by those who actually need those parts, and docs where appropriate.
Please bear these things in mind if filing an issue. If you discover a bug,
unless it is a critical data loss or security bug, the maintainers are unlikely
to work for free to fix it, and a new feature, or tests for existing
functionality, will only be added by the maintainers if they need it themselves.
That said, if you do have large changes that you want to contribute, including
large new features (such as implementing newer PayPal payment methods), they
will be gladly accepted if they are implemented well.
Please see CONTRIBUTING.rst <CONTRIBUTING.rst>_ for more information about
using the issue tracker and pull requests. Please do not open issues for support
requests.
Questions and issues
If you have a question about using django-paypal, see the
Discussion <https://github.com/spookylukey/django-paypal/discussions>_ section.
Only use the issues <https://github.com/spookylukey/django-paypal/issues>_ if
you are reporting a bug, or describing a new feature that you would like
to contribute.
Paid support
Some of the maintainers may be able to provide support on a paid basis for this
Open Source project. This includes the following kinds of things:
Paying for bug fixes or new features (with the understanding that these
changes will become freely available as part of the project and are not
‘owned’ by the person who paid for them).
Debugging or other support for integrating django-paypal into your project.
Implementing the integration for you from scratch.
PayPal Checkout
Basic Usage
The following gateways are provided by this package:
For general usage instructions, please see the main Omnipay repository.
Quirks
The transaction reference obtained from the purchase() response can’t be used to refund a purchase. The transaction reference from the completePurchase() response is the one that should be used.
Out Of Scope
Omnipay does not cover recurring payments or billing agreements, and so those features are not included in this package. Extensions to this gateway are always welcome.
Support
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
Project status
This is an Open Source project that is active but in maintenance mode. The maintainers see their primary responsibilities as:
Large scale development work and feature additions are not planned by the maintainers.
Some important parts of the code base are not covered by automated tests, and may be broken for some versions of Django or Python. These parts of the code base currently issue warnings, and the maintainers are waiting for tests to be contributed by those who actually need those parts, and docs where appropriate.
Please bear these things in mind if filing an issue. If you discover a bug, unless it is a critical data loss or security bug, the maintainers are unlikely to work for free to fix it, and a new feature, or tests for existing functionality, will only be added by the maintainers if they need it themselves.
That said, if you do have large changes that you want to contribute, including large new features (such as implementing newer PayPal payment methods), they will be gladly accepted if they are implemented well.
Please see
CONTRIBUTING.rst <CONTRIBUTING.rst>_ for more information about using the issue tracker and pull requests. Please do not open issues for support requests.Questions and issues
If you have a question about using django-paypal, see the
Discussion <https://github.com/spookylukey/django-paypal/discussions>_ section. Only use theissues <https://github.com/spookylukey/django-paypal/issues>_ if you are reporting a bug, or describing a new feature that you would like to contribute.Paid support
Some of the maintainers may be able to provide support on a paid basis for this Open Source project. This includes the following kinds of things:
Paying for bug fixes or new features (with the understanding that these changes will become freely available as part of the project and are not ‘owned’ by the person who paid for them).
Debugging or other support for integrating django-paypal into your project.
Implementing the integration for you from scratch.