I am trying to pick a payment processing solution for my Django app and would like to know of some good general solutions.
The following look rather promising:
https://www.djangopackages.com/grids/g/payment-processing/ (General solution) https://github.com/johnboxall/django-paypal (paypal only)
This is a link to a bit dated version of the question: Django payment proccessing
Question:
What is/are some secure and current Django app solutions for payment processing?