jazzband / django-payments

Universal payment handling for Django.
https://django-payments.readthedocs.io
Other
1.04k stars 282 forks source link

recurring payments #59

Open wenxinwilliam opened 9 years ago

wenxinwilliam commented 9 years ago

Do you guys have any plans to support recurring payments?

patrys commented 9 years ago

We certainly want to support them but we have not yet decided on an API for subscriptions.

jgeskens commented 9 years ago

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).

patrys commented 9 years ago

We are happy to accept a pull request as long as you are happy with the resulting licence being open.

jgeskens commented 9 years ago

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!

madisvain commented 8 years ago

Has there been any update on this topic? We are looking for the same solution - I'm wondering what payment method were you using?

patrys commented 8 years ago

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.

oesah commented 7 years ago

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.

pije76 commented 7 years ago

Any progress on this issue?

kabaltech commented 5 years ago

Any update on this? to support saving cards for pre-auth billing as well

tetron432 commented 3 years ago

Are there any updates for this?

PetrDlouhy commented 2 years ago

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