Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ django-payments

Universal payment handling for Django

Documentation: https://django-payments.readthedocs.org/
Django integration for receiving payments with different payment providers.
Includes backends with support for a few payment providers, and is also usable
with `community-maintained backends for additional providers
<https://django-payments.readthedocs.io/en/latest/backends.html#community-backends>`_.


Additional payment providers
----------------------------

* `BNL POSitivity (BNP Paribas) <https://github.com/esistgut/django-payments-bnlepos>`_
* `Redsys (formerly known as Sermepa) <https://github.com/ajostergaard/django-payments-redsys>`_
* `Razorpay <https://github.com/NyanKiyoshi/django-payments-razorpay/>`_
* `PayU <https://github.com/PetrDlouhy/django-payments-payu/>`_
* `BlockBee <https://github.com/blockbee-io/django-payments-blockbee/>`_
See the full documentation at https://django-payments.readthedocs.org/ for
details.
2 changes: 1 addition & 1 deletion docs/backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Create a Provider Class

.. hint::

Check with the integrator to see if they suppoer capture/refund
Check with the integrator to see if they support capture/refund

Implement the mandatory methods specific to your payment provider. Here are the
mandatory methods used by Django Payments:
Expand Down
Loading