Active
Project:
Adyen | Ubercart Payment
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 May 2011 at 13:12 UTC
Updated:
15 May 2012 at 08:00 UTC
Does this module support recurring payments? E.g. for a monthly subscription for an online service?
TIA
Comments
Comment #1
xibun commentedAdyen does support recurring payments - but this module doesn't support that functionality. But I'm happy to review and commit a patch adding the functionality.
Comment #2
prodosh commentedThat would be fantastic - I will be happy to test and help with specs etc. if that helps. And if you are in the Zürich area, we could get together and discuss.
Comment #3
xibun commentedlet's start with the specs in this thread.. I'm happy to review those as well.
Comment #4
prodosh commentedSpecifications to handle subsriptions
Here is a preliminary list of the functions that I can think of:
uc_recurring module
The uc_recurring module may be useful because it already provides a generic interface with hooks to Ubercart. It for example adds a tab in the buyer's account profile that has a list of all the payments made. One advantage of this module is that one could work with a number of different payment providers and the buyer and Ubercart would have one common interface to all their activity. The invoice feature could e.g. be implemented using a uc_recurring hook.
My colleague Amin worked on this and will add some more details. He can help you with the pros and cons of using uc_recurring and other problems he faced.
Open Questions:
TIA
Comment #5
xibun commentedI agree it would be nice when it can do both:
- handle periodic payments
- handle usage triggered payments
for the implementation:
- customers need to be tokenized so they only have to agree to the payments at the beginning
- when you can use uc_recurring that would be preferred by me too
- I know of one other Drupal user that requested this feature, I will see what was done there and if we can get some code contributed back here
Comment #6
bufa06 commentedI would really be interested to be able to use this module with recurring payment, did you guys made any progress on this ?
Comment #7
janton commentednOooo.. i was so hoping you guys added a patch or something on the end of this topic :(
It seems you have been both very bussy and did not have time to start working on it.
Working with together with the uc_recurring module would be te way to go.. I think.
Perhaps i can help.. but i'm just starting to learn drupal..