django-payments icon indicating copy to clipboard operation
django-payments copied to clipboard

recurring payments

Open wenxinwilliam opened this issue 9 years ago • 11 comments

Do you guys have any plans to support recurring payments?

wenxinwilliam avatar Jan 27 '15 23:01 wenxinwilliam

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

patrys avatar Jan 27 '15 23:01 patrys

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

jgeskens avatar Jun 10 '15 13:06 jgeskens

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

patrys avatar Jun 10 '15 13:06 patrys

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!

jgeskens avatar Jun 10 '15 13:06 jgeskens

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

madisvain avatar May 12 '16 14:05 madisvain

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.

patrys avatar May 12 '16 15:05 patrys

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.

oesah avatar Feb 17 '17 22:02 oesah

Any progress on this issue?

pije76 avatar Aug 07 '17 21:08 pije76

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

kabaltech avatar Oct 15 '18 03:10 kabaltech

Are there any updates for this?

tetron432 avatar Dec 12 '20 23:12 tetron432

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

PetrDlouhy avatar Oct 27 '21 15:10 PetrDlouhy