Posted by vmi on April 14, 2011 at 6:06am
45 followers
Jump to:
| Project: | Commerce PayPal |
| Version: | 7.x-1.x-dev |
| Component: | PayPal WPP |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Is there any current or planned support for Subscriptions and Recurring Billing?
Comments
#1
sub
#2
sub
#3
sub
#4
+1 Please integrate for auto billing
#5
Subscribing
#6
subscribing
#7
sub
#8
sub
#9
... sorry Duplicate :)
#10
Subscribing for sure !
#11
subscribing
#12
sub
#13
sub
#14
Subscribing
#15
Subscribing too...
#16
I guess I'll join the queue and subscribe :)
#17
http://drupal.org/node/1041274#comment-5126658 seems to suggest paypal subscription integration already exists just not in this module, but in this one instead: http://drupal.org/project/commerce_subscription
#18
subscribing
#19
Subscribe.
Subscription and recurring billing has to be implemented with the payment gateway.
#20
Subscribe.
#21
@ntigh52:
Check out the 'Follow' button at the top of issues.
#22
rooby,
I didnt understand what to do with the follow button?!
#23
Use the Follow button instead of "subscribing" with a comment. Less noise for us, same effect to you.
#24
I didnt know the Follow button before thanks.
#25
Couldn't WPP be leveraged to implement recurring payments with commerce_recurring?
Very different approach than commerce_subscription or commerce_sp / commerce_sp_paypal which use Recurring Billing Profiles.
#26
Yep, it could - you can submit reference transactions for up to a year after an original transaction. This may not make it suited well for annual subscriptions, but it would be fine for monthly, semi-annual, etc. I just don't want to maintain that code along with the basic integration in here, but a third party module could build on the API in these modules to integrate with Recurring.
#27
@rszrama, so if I'm understanding correctly, Paypal will no longer accept recurring payments from a referenced transaction that is over a year old? Does it renew that year period each time a payment is processed, or does it look back to the original transaction. Would just like a bit of clarification here as I'm looking to potentially integrate with http://drupal.org/project/commerce_recurring 2.x.
#28
Yep, it "renews." Really, what's happening is you just end up with a new transaction from which to make a follow-up reference transaction. If I understand it right, you'd have to use the reference transaction's transaction ID for the future reference - but it's worth discussing with PayPal support.
#29
Good to know. I'm probably going to see if http://drupal.org/project/commerce_sp_paypal will work first, but if it doesn't work how I want it to I will see what I can do to integrate http://drupal.org/project/commerce_recurring.
#30
@deggertsen did you make any progress with this?
#31
@rikki_iki Not yet. I actually think I may just go with commerce_sp_paypal as it seems to be working reasonably well. Still in the early testing phase, but I plan to spend much more time on this in the next few weeks.