-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recurring payments #59
Comments
We certainly want to support them but we have not yet decided on an API for subscriptions. |
At my company we have a solution for payment subscriptions, and are thinking about integrating this in django-payments. How do you guys feel about this? Our current solution is closed-source but already used for years in production in a telecom ecommerce website. Apart from that, we also have solutions for payment reconciliation (the possibility to upload a CSV and compare payments, to detect missing payments etc). |
We are happy to accept a pull request as long as you are happy with the resulting licence being open. |
Of course, that is the whole point of open source :-) Knowing this, I will start looking deeper into the possibilities now. I will keep you guys posted. Thanks! |
Has there been any update on this topic? We are looking for the same solution - I'm wondering what payment method were you using? |
We still don't have a generic solution for django-payments. Unfortunately how different payment gateway handle recurring payments and subscriptions is different enough that building a common abstraction layer is a non-trivial exercise. |
That's the only important thing missing in my view. Any progress on this issue? I am thinking on using this module for a client, but we need recurring payments for that. |
Any progress on this issue? |
Any update on this? to support saving cards for pre-auth billing as well |
Are there any updates for this? |
I have started to work on this in #274 and #217 and I also have working implementation with PayU provider at https://github.com/PetrDlouhy/django-payments-payu If anyone is interested, I would appreciate some help with this. Especially on the #274 |
Do you guys have any plans to support recurring payments?
The text was updated successfully, but these errors were encountered: