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

Do you guys have any plans to support recurring payments?

I tried to test Coinbase payments, but I not able to make it working. I think, many things may have changed since it the support was implemented. 1) I tried...

Hello, I have been wondering, can this library be integrated in a DRF backend? if yes, how?

enhancement

I've recently implemented PayPal transactions with django-payments. There does not appear to be any logging for failed requests to the PayPal API, and instead the app just displays an "Internal...

contributions welcome

Google Wallet is gone and replaced by Google Pay, is that going to be supported?

contributions welcome

This pull request aims to add Taler(.net) among the supported payment methods.

waiting for reply

`decimal_places` should be equal to decimal places of the default currency, instead of being harcoded similar is done in Saleor: https://github.com/mirumee/saleor/blob/master/saleor/settings.py#L292 https://github.com/mirumee/saleor/blob/master/saleor/discount/models.py#L59-L61

help wanted

With payment data relying on strings for API is a Bad Idea™. We should provide an enum similar to https://pypi.python.org/pypi/enum34.

Instead of using prefixed address fields in Model, use functions to retrieve the data. This way different data sources can be used and a fallback can be provided (BasePaymentWithAddress) in...

This patch provide an optional alternative to the current core.py/provider_factory method by setting an extra variable in the settings. You could customize where the PAYMENTS_VARIANTS settings should be (DB instead...